ArcFM Responder Mobile Developer Guide
GetNonCachedGlobalObjectId Method (DbSourceFeatureIdentificationProvider)






The non-global object identifier.
Gets the non-cached global object identifier.
Syntax
'Declaration
 
Protected Overrides Function GetNonCachedGlobalObjectId( _
   ByVal featureID As FeatureID _
) As GlobalObjectId
'Usage
 
Dim instance As DbSourceFeatureIdentificationProvider
Dim featureID As FeatureID
Dim value As GlobalObjectId
 
value = instance.GetNonCachedGlobalObjectId(featureID)
protected override GlobalObjectId GetNonCachedGlobalObjectId( 
   FeatureID featureID
)
protected function GetNonCachedGlobalObjectId( 
    featureID: FeatureID
): GlobalObjectId; override; 
protected override function GetNonCachedGlobalObjectId( 
   featureID : FeatureID
) : GlobalObjectId;
protected: GlobalObjectId GetNonCachedGlobalObjectId( 
   FeatureID* featureID
) override 
protected:
GlobalObjectId GetNonCachedGlobalObjectId( 
   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

DbSourceFeatureIdentificationProvider Class
DbSourceFeatureIdentificationProvider Members

Send Feedback