ArcFM Engine Developer Guide
GetFeatureID Method (CachingFeatureIdentificationProvider)


The global object identifier.
Gets the non-global object identifier.
Syntax
'Declaration
 
Public Overrides Function GetFeatureID( _
   ByVal globalObjectId As GlobalObjectId _
) As FeatureID
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim globalObjectId As GlobalObjectId
Dim value As FeatureID
 
value = instance.GetFeatureID(globalObjectId)
public override FeatureID GetFeatureID( 
   GlobalObjectId globalObjectId
)

Parameters

globalObjectId
The global object identifier.

Return Value

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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

 

 


Send Comment