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


IDatasetDef.Get_GeometryColumns Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef Interface > IDatasetDef.Get_GeometryColumns Method
ArcGIS Developer Help

IDatasetDef.Get_GeometryColumns Method

Returns geometry column values for the dataset definition.

[Visual Basic .NET]
Public Function get_GeometryColumns ( _
    ByVal nGeometryColumnIndex As Integer _
) As String
[C#]
public string get_GeometryColumns (
    int nGeometryColumnIndex
);
[C++]
HRESULT get_GeometryColumns(
  Long nGeometryColumnIndex
);
[C++]
Parameters
nGeometryColumnIndex [in]

nGeometryColumnIndex is a parameter of type int

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef Interface