ArcObjects Component Help  (Core)    

IFeatureClassName Interface

Provides access to members that return information about the feature class.

When To Use

Use the IFeatureClassName object when you are looking for feature classes and you want basic information about the feature class like shape field name and shape type for a feature class.

Members

Description
Read/write property FeatureDatasetName The Feature Dataset Name object.
Read/write property FeatureType The feature type for this feature class name.
Read/write property ShapeFieldName The spatial column name for this feature class name.
Read/write property ShapeType The feature class shape type.

CoClasses that implement IFeatureClassName

CoClasses and Classes Description
CoverageFeatureClassName Maintains ArcInfo Coverage Feature Class information.
FeatureClassName ESRI Feature Class Name object.
FeatureQueryName ESRI Feature Query Name object.
RouteEventSourceName Route event source name object.
XYEventSourceName A name object that defines the objects needed to create an XY event layer.