This document is archived and information here might be outdated. Recommended version. |
The name of the field containing the shape.
[Visual Basic .NET]
Public ReadOnly Property ShapeFieldName As String
[C#]
public string ShapeFieldName {get;}
[C++]
HRESULT get_ShapeFieldName(
System.String* Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR*
The ShapeFieldName should be the name of the field defined with esriFieldTypeGeometry in the RequiredFields property of IObjectClassDescription.
IFeatureClassDescription Interface | IObjectClassDescription Interface