ArcObjects Library Reference (GeoDatabase)  

IFeatureClassDescription.ShapeFieldName Property

The name of the field containing the shape.

[Visual Basic .NET]
Public ReadOnly Property ShapeFieldName As String
[C#]
public string ShapeFieldName {get;}
[C++]
HRESULT get_ShapeFieldName(
  BSTR* 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

The ShapeFieldName should be the name of the field defined with esriFieldTypeGeometry in the RequiredFields property of IObjectClassDescription.

See Also

IFeatureClassDescription Interface | IObjectClassDescription Interface

.NET Related Topics

Creating annotation and dimension feature classes | Creating class extensions | Creating feature classes | Creating fields