ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetInfo.ShapeFieldName Property

The name of the dataset's shape field.

[Visual Basic .NET]
Public ReadOnly Property ShapeFieldName As String
[C#]
public string ShapeFieldName {get;}
[C++]
HRESULT get_ShapeFieldName(
  BSTR* ShapeFieldName
);
[C++]

Parameters

ShapeFieldName [out, retval]   ShapeFieldName is a parameter of type BSTR

Product Availability

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

Description

Returns the name of the shape field of this dataset. Only called if dataset type is feature class and geometry type is not null. Used to construct the FeatureClassName.

See Also

IPlugInDatasetInfo Interface