com.esri.arcgis.trackinganalyst
Interface IDatasetDefAdmin

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataSetDefinition

public interface IDatasetDefAdmin
extends Serializable

Provides access to a hidden interface used to lock the ID of the datadefinition.

Product Availability

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


Method Summary
 void setIDReadOnly(boolean rhs1)
          Property Make ID Readonly.
 

Method Detail

setIDReadOnly

void setIDReadOnly(boolean rhs1)
                   throws IOException,
                          AutomationException
Property Make ID Readonly.

Product Availability

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.