com.esri.arcgis.datasourcesfile
Interface IUsageModeOption

All Superinterfaces:
Serializable
All Known Implementing Classes:
IUsageModeOptionProxy

public interface IUsageModeOption
extends Serializable

Provides access to user mode options.

Product Availability

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


Method Summary
 String getName()
          Usage mode option name.
 String getValue()
          Usage mode option value.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Usage mode option name.

Product Availability

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

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

getValue

String getValue()
                throws IOException,
                       AutomationException
Usage mode option value.

Product Availability

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

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