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


ITxDataset.Type Property (ArcObjects .NET 10.5 SDK)
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