ArcFM Responder Mobile Developer Guide
TryFindFeatureID(GlobalObjectId,FeatureID) Method






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

Parameters

globalObjectId
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