ArcFM Engine Developer Guide
GetGlobalObjectId Method (FeatureIdentificationProvider)


The non global object identifier.
Gets the global object identifier.
Syntax
'Declaration
 
Public MustOverride Function GetGlobalObjectId( _
   ByVal featureID As FeatureID _
) As GlobalObjectId
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureID As FeatureID
Dim value As GlobalObjectId
 
value = instance.GetGlobalObjectId(featureID)
public abstract GlobalObjectId GetGlobalObjectId( 
   FeatureID featureID
)

Parameters

featureID
The non 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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

 

 


Send Comment