ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef.GeometryColumnCount Property

Number of geometry columns included in the dataset definition.

[Visual Basic .NET]
Public ReadOnly Property GeometryColumnCount As Integer
[C#]
public int GeometryColumnCount {get;}
[C++]
HRESULT get_GeometryColumnCount(
  Long* pVal
);
[C++]

Parameters

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

Product Availability

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

See Also

IDatasetDef Interface