com.esri.arcgis.trackinganalyst
Interface ITxDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
TxCatalogObject

public interface ITxDataset
extends Serializable

Provides access to properties that identify the Catalog Object as belonging to a dataset name and provides that type.

Product Availability

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


Method Summary
 int getType()
          The type of the internal name objects dataset.
 

Method Detail

getType

int getType()
            throws IOException,
                   AutomationException
The type of the internal name objects dataset.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.