This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetInfo Interface > IPlugInDatasetInfo.ShapeFieldName Property (ArcObjects .NET 10.5 SDK) |
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
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.