ArcFM Responder Mobile Developer Guide
GetFeatureID Method (FeatureIdentificationProvider)






The global object identifier.
Gets the non-global object identifier.
Syntax
'Declaration
 
Public MustOverride Function GetFeatureID( _
   ByVal globalObjectId As GlobalObjectId _
) As FeatureID
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim globalObjectId As GlobalObjectId
Dim value As FeatureID
 
value = instance.GetFeatureID(globalObjectId)
public abstract FeatureID GetFeatureID( 
   GlobalObjectId globalObjectId
)
public function GetFeatureID( 
    globalObjectId: GlobalObjectId
): FeatureID; abstract; 
public __abstract function GetFeatureID( 
   globalObjectId : GlobalObjectId
) : FeatureID;
public: abstract FeatureID* GetFeatureID( 
   GlobalObjectId globalObjectId
) 
public:
abstract FeatureID^ GetFeatureID( 
   GlobalObjectId globalObjectId
) 

Parameters

globalObjectId
The global object identifier.

Return Value

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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

Send Feedback