This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IA > IAMSDatasetName Interface > IAMSDatasetName.ShapeFieldName Property (ArcObjects .NET 10.4 SDK) |
The spatial column name for this feature class name.
[Visual Basic .NET] Public Property ShapeFieldName As String
[C#] public string ShapeFieldName {get; set;}
[C++]
HRESULT get_ShapeFieldName(
BSTR* Name
);
[C++]
HRESULT put_ShapeFieldName(
BSTR Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR Name [in] Name is a parameter of type BSTR