ArcFM Engine 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
)

Parameters

featureID
The non-global object identifier.

Return Value

The global object identifier.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

 

 


Send Comment