ArcFM Engine Developer Guide
FormatFeatureClassName Method


Name of the feature class.
Formats the name of a feature class.
Syntax
'Declaration
 
Public Overridable Function FormatFeatureClassName( _
   ByVal featureClassName As String _
) As String
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureClassName As String
Dim value As String
 
value = instance.FormatFeatureClassName(featureClassName)
public virtual string FormatFeatureClassName( 
   string featureClassName
)

Parameters

featureClassName
Name of the feature class.

Return Value

The formatted name.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown if the feature class name is invalid.
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