This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef Interface > IDatasetDef.Get_GeometryColumns Method (ArcObjects .NET 10.4 SDK) |
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