ArcObjects Library Reference (GeoDatabase)  

IQueryDescription.ShapeColumnName Property

Geometry column if present.

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

Parameters

pShapeColumnName [out, retval]   pShapeColumnName is a parameter of type BSTR

Product Availability

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

See Also

IQueryDescription Interface