ArcFM Engine Developer Guide
GetNonCachedFeatureClassName Method (ClientSideFeatureIdentificationProvider)


The feature class identifier.
Gets the name of the non-cached feature class.
Syntax
'Declaration
 
Protected Overrides Function GetNonCachedFeatureClassName( _
   ByVal featureClassId As Integer _
) As String
'Usage
 
Dim instance As ClientSideFeatureIdentificationProvider
Dim featureClassId As Integer
Dim value As String
 
value = instance.GetNonCachedFeatureClassName(featureClassId)
protected override string GetNonCachedFeatureClassName( 
   int featureClassId
)

Parameters

featureClassId
The feature class identifier.

Return Value

The name of the feature class.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ClientSideFeatureIdentificationProvider Class
ClientSideFeatureIdentificationProvider Members

 

 


Send Comment