com.esri.arcgis.schematic
Interface ISchematicAlgorithmPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicAlgorithmPageProxy

public interface ISchematicAlgorithmPage
extends Serializable

Provides access to members that control the schematic algorithm properties page.

Product Availability

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

See Also:
ISchematicAlgorithmSheet, ISchematicAlgorithmParameters

Method Summary
 boolean isCanEdit(ISchematicAlgorithm algorithm)
          Indicates if the schematic algorithm properties page can be edited.
 

Method Detail

isCanEdit

boolean isCanEdit(ISchematicAlgorithm algorithm)
                  throws IOException,
                         AutomationException
Indicates if the schematic algorithm properties page can be edited.

Product Availability

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

Parameters:
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Returns:
The pCanEdit
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.