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


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

IDEFeatureClass.ShapeFieldName Property

The shape field name of the feature class.

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

ShapeFieldName is a parameter of type BSTR* ShapeFieldName [in]
ShapeFieldName is a parameter of type BSTR

Product Availability

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

See Also

IDEFeatureClass Interface