ArcFM Solution Developer Guide
GetFeatureClassName Method (CachingFeatureIdentificationProvider)


The feature class identifier.
Gets the name of the feature class.
Syntax
'Declaration
 
Public Overrides Function GetFeatureClassName( _
   ByVal featureClassId As System.Integer _
) As System.String
'Usage
 
Dim instance As CachingFeatureIdentificationProvider
Dim featureClassId As System.Integer
Dim value As System.String
 
value = instance.GetFeatureClassName(featureClassId)
public override System.string GetFeatureClassName( 
   System.int featureClassId
)

Parameters

featureClassId
The feature class identifier.

Return Value

The featuer class name.
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

CachingFeatureIdentificationProvider Class
CachingFeatureIdentificationProvider Members

 

 


Send Comment