ArcObjects Library Reference  (GeoDatabase)    

IFeatureClass.ShapeFieldName Property

The name of the default sShape field.

[Visual Basic 6.0]
Property ShapeFieldName As String
[Visual Basic .NET]
Public ReadOnly Property ShapeFieldName As String
[C#]
public string ShapeFieldName {get;}
[Java]
public String getShapeFieldName()
throws
    IOException,
    AutomationException
[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

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

Example

IFeatureClass Example

 


Feedback Send feedback on this page