ArcObjects Library Reference (TrackingAnalyst)  

ITxDataset.Type Property

The type of the internal name objects dataset.

[Visual Basic .NET]
Public ReadOnly Property Type As esriDatasetType
[C#]
public esriDatasetType Type {get;}
[C++]
HRESULT get_Type(
  esriDatasetType* pEnumType
);
[C++]

Parameters

pEnumType [out, retval]

  pEnumType is a parameter of type esriDatasetType

Product Availability

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

See Also

ITxDataset Interface