ArcFM Solution 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 System.String _
) As System.String
'Usage
 
Dim instance As FeatureIdentificationProvider
Dim featureClassName As System.String
Dim value As System.String
 
value = instance.FormatFeatureClassName(featureClassName)
public virtual System.string FormatFeatureClassName( 
   System.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