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


IQueryDescription.ShapeColumnName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDescription Interface > IQueryDescription.ShapeColumnName Property
ArcGIS Developer Help

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(
  System.String* 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