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


IGraphicFeatureLayer.GeometryFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureLayer.GeometryFieldName Property

.

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

Parameters FieldName [out, retval] FieldName is a parameter of type BSTR

Product Availability

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

See Also

IGraphicFeatureLayer Interface