ArcFM Engine Developer Guide
GetFeatureClassName Method (FeatureIdentificationProvider)


The feature class identifier.
Gets the name of the feature class.
Syntax
'Declaration
 
Public MustOverride Function GetFeatureClassName( _
   ByVal featureClassId As Integer _
) As String
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureClassId As Integer
Dim value As String
 
value = instance.GetFeatureClassName(featureClassId)
public abstract string GetFeatureClassName( 
   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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

 

 


Send Comment