Provides access to members that return information about the feature class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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
CoClasses that implement IFeatureClassName
Remarks
The IFeatureClassName includes the FeatureType, the ShapeType, the ShapeFieldName, and the name object for the parent feature dataset in the case of feature classes that are contained within a feature dataset. Note that this last property is null for standalone feature classes.
.NET Related Topics
Converting simple data |
Copying and pasting geodatabase datasets |
Geodatabase