ArcFM Responder Mobile Developer Guide
GetNonCachedFeatureID Method (ClientSideFeatureIdentificationProvider)






The global object identifier.
Gets the non-cached non-global object identifier.
Syntax
'Declaration
 
Protected Overrides Function GetNonCachedFeatureID( _
   ByVal globalObjectId As GlobalObjectId _
) As FeatureID
'Usage
 
Dim instance As ClientSideFeatureIdentificationProvider
Dim globalObjectId As GlobalObjectId
Dim value As FeatureID
 
value = instance.GetNonCachedFeatureID(globalObjectId)
protected override FeatureID GetNonCachedFeatureID( 
   GlobalObjectId globalObjectId
)
protected function GetNonCachedFeatureID( 
    globalObjectId: GlobalObjectId
): FeatureID; override; 
protected override function GetNonCachedFeatureID( 
   globalObjectId : GlobalObjectId
) : FeatureID;
protected: FeatureID* GetNonCachedFeatureID( 
   GlobalObjectId globalObjectId
) override 
protected:
FeatureID^ GetNonCachedFeatureID( 
   GlobalObjectId globalObjectId
) override 

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

ClientSideFeatureIdentificationProvider Class
ClientSideFeatureIdentificationProvider Members

Send Feedback