ArcObjects Library Reference (Carto)  

IQueryTableDataSourceDescription.ShapeColumnName Property

Geometry Column if presents.

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

Parameters

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

Product Availability

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

See Also

IQueryTableDataSourceDescription Interface