ArcFM Responder Mobile Developer Guide
GetNonCachedGlobalObjectId Method (CachingFeatureIdentificationProvider)






The non-global object identifier.
Gets the non-cached global object identifier.
Syntax
'Declaration
 
Protected MustOverride Function GetNonCachedGlobalObjectId( _
   ByVal featureID As FeatureID _
) As GlobalObjectId
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim featureID As FeatureID
Dim value As GlobalObjectId
 
value = instance.GetNonCachedGlobalObjectId(featureID)
protected abstract GlobalObjectId GetNonCachedGlobalObjectId( 
   FeatureID featureID
)
protected function GetNonCachedGlobalObjectId( 
    featureID: FeatureID
): GlobalObjectId; abstract; 
protected __abstract function GetNonCachedGlobalObjectId( 
   featureID : FeatureID
) : GlobalObjectId;
protected: abstract GlobalObjectId GetNonCachedGlobalObjectId( 
   FeatureID* featureID
) 
protected:
abstract GlobalObjectId GetNonCachedGlobalObjectId( 
   FeatureID^ featureID
) 

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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

Send Feedback