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


ITxDataset.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxDataset Interface > ITxDataset.Type Property
ArcGIS Developer Help

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