ArcFM Responder Mobile Developer Guide
TryFindGlobalObjectId Method (ReplicationObjectInformation)






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

Parameters

featureID
globalObjectId
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

Send Feedback