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


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

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(
  System.String* 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