ArcFM Engine Developer Guide
GetFeatureClassName Method (FeatureIdentification)


The feature class identifier.
Gets the name of the feature class.
Syntax
'Declaration
 
Public Shared Function GetFeatureClassName( _
   ByVal featureClassId As Integer _
) As String
'Usage
 
Dim featureClassId As Integer
Dim value As String
 
value = FeatureIdentification.GetFeatureClassName(featureClassId)
public static string GetFeatureClassName( 
   int featureClassId
)

Parameters

featureClassId
The feature class identifier.
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

FeatureIdentification Class
FeatureIdentification Members

 

 


Send Comment