ArcFM Responder Mobile Developer Guide
TryFindFeatureID(Guid,String,FeatureID) Method






Syntax
'Declaration
 
Public Overloads Shared Function TryFindFeatureID( _
   ByVal globalId As System.Guid, _
   ByVal featureClassNameHint As System.String, _
   ByRef featureID As FeatureID _
) As System.Boolean
'Usage
 
Dim globalId As System.Guid
Dim featureClassNameHint As System.String
Dim featureID As FeatureID
Dim value As System.Boolean
 
value = ReplicationObjectInformation.TryFindFeatureID(globalId, featureClassNameHint, featureID)
public static System.bool TryFindFeatureID( 
   System.Guid globalId,
   System.string featureClassNameHint,
   out FeatureID featureID
)
public function TryFindFeatureID( 
    globalId: System.Guid;
    featureClassNameHint: System.String;
   Out  featureID: FeatureID
): System.Boolean; static; 
public static function TryFindFeatureID( 
   globalId : System.Guid,
   featureClassNameHint : System.String,
   featureID : FeatureID
) : System.boolean;
public: static System.bool TryFindFeatureID( 
   System.Guid globalId,
   System.string* featureClassNameHint,
   [PARAMFLAG::Out] FeatureID* featureID
) 
public:
static System.bool TryFindFeatureID( 
   System.Guid globalId,
   System.String^ featureClassNameHint,
   [Out] FeatureID^ featureID
) 

Parameters

globalId
featureClassNameHint
featureID
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReplicationObjectInformation Class
ReplicationObjectInformation Members
Overload List

Send Feedback