This document is archived and information here might be outdated.  Recommended version.


IFeatureClass.ShapeFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClass Interface > IFeatureClass.ShapeFieldName Property
ArcGIS Developer Help

IFeatureClass.ShapeFieldName Property

The name of the default sShape field.

[Visual Basic .NET]
Public ReadOnly Property ShapeFieldName As String
[C#]
public string ShapeFieldName {get;}
[C++]
HRESULT get_ShapeFieldName(
  System.String* Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This read-only property returns the name of the geometry field for the feature class.

See Also

IFeatureClass Interface | IGeometry Interface | ILine Interface | IPoint Interface | IPolygon Interface

.NET Samples

Create camera flyby from path Editing using a custom form