com.esri.arcgis.schematic
Interface ISchematicDatasetLock

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicDatasetLockProxy, SchematicDataset

public interface ISchematicDatasetLock
extends Serializable

Provides access to members that control the Schematic Dataset Lock status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getCurrentLock()
          Schematic Dataset Lock status.
 void setCurrentLock(String lockInfo)
          Schematic Dataset Lock status.
 

Method Detail

setCurrentLock

void setCurrentLock(String lockInfo)
                    throws IOException,
                           AutomationException
Schematic Dataset Lock status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getCurrentLock

String getCurrentLock()
                      throws IOException,
                             AutomationException
Schematic Dataset Lock status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The lockInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.