ArcObjects Library Reference (TrackingAnalyst)  

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,
  BSTR* pVal
);
[C++]

Parameters

nGeometryColumnIndex [in]   nGeometryColumnIndex is a parameter of type Long pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

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

See Also

IDatasetDef Interface