ArcFM Responder Mobile Developer Guide
TryFindObjectGlobalId Method






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

Parameters

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