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


IDEFeatureClass.ShapeFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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

.NET Related Topics

Describing data