ArcFM Responder Mobile Developer Guide
GetGlobalObjectId Method (CachingFeatureIdentificationProvider)






The non-global object identifier.
Gets the global object identifier.
Syntax
'Declaration
 
Public Overrides Function GetGlobalObjectId( _
   ByVal featureID As FeatureID _
) As GlobalObjectId
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim featureID As FeatureID
Dim value As GlobalObjectId
 
value = instance.GetGlobalObjectId(featureID)
public override GlobalObjectId GetGlobalObjectId( 
   FeatureID featureID
)
public function GetGlobalObjectId( 
    featureID: FeatureID
): GlobalObjectId; override; 
public override function GetGlobalObjectId( 
   featureID : FeatureID
) : GlobalObjectId;
public: GlobalObjectId GetGlobalObjectId( 
   FeatureID* featureID
) override 
public:
GlobalObjectId GetGlobalObjectId( 
   FeatureID^ featureID
) override 

Parameters

featureID
The non-global object identifier.

Return Value

The global object identifier.
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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

Send Feedback