ArcFM Responder Mobile Developer Guide
TryFindGlobalObjectId(FeatureID,Guid) Method






Syntax
'Declaration
 
Public Overloads MustOverride Function TryFindGlobalObjectId( _
   ByVal featureID As FeatureID, _
   ByRef globalId As System.Guid _
) As System.Boolean
'Usage
 
Dim instance As ReplicationObjectInformationProvider
Dim featureID As FeatureID
Dim globalId As System.Guid
Dim value As System.Boolean
 
value = instance.TryFindGlobalObjectId(featureID, globalId)
public abstract System.bool TryFindGlobalObjectId( 
   FeatureID featureID,
   out System.Guid globalId
)
public function TryFindGlobalObjectId( 
    featureID: FeatureID;
   Out  globalId: System.Guid
): System.Boolean; abstract; 
public __abstract function TryFindGlobalObjectId( 
   featureID : FeatureID,
   globalId : System.Guid
) : System.boolean;
public: abstract System.bool TryFindGlobalObjectId( 
   FeatureID* featureID,
   [PARAMFLAG::Out] System.Guid globalId
) 
public:
abstract System.bool TryFindGlobalObjectId( 
   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

ReplicationObjectInformationProvider Class
ReplicationObjectInformationProvider Members
Overload List

Send Feedback