ArcFM Responder Mobile Developer Guide
GetNonCachedFeatureID Method (CachingFeatureIdentificationProvider)






The global object identifier.
Gets the non-cached non-global object identifier.
Syntax
'Declaration
 
Protected MustOverride Function GetNonCachedFeatureID( _
   ByVal globalObjectId As GlobalObjectId _
) As FeatureID
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim globalObjectId As GlobalObjectId
Dim value As FeatureID
 
value = instance.GetNonCachedFeatureID(globalObjectId)
protected abstract FeatureID GetNonCachedFeatureID( 
   GlobalObjectId globalObjectId
)
protected function GetNonCachedFeatureID( 
    globalObjectId: GlobalObjectId
): FeatureID; abstract; 
protected __abstract function GetNonCachedFeatureID( 
   globalObjectId : GlobalObjectId
) : FeatureID;
protected: abstract FeatureID* GetNonCachedFeatureID( 
   GlobalObjectId globalObjectId
) 
protected:
abstract FeatureID^ GetNonCachedFeatureID( 
   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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

Send Feedback