|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAlgorithmSheet
Provides access to members that control the schematic algorithm sheet (that is, the dialog box where the schematic algorithms properties pages display).
ISchematicAlgorithmParameters,
ISchematicAlgorithmPage| Method Summary | |
|---|---|
void |
addPage(String classID)
Adds the specified schematic algorithm properties page in the schematic algorithm sheet. |
boolean |
isHasPage(ISchematicAlgorithm algorithm)
Indicates if an algorithm properties page related to the specified schematic algorithm is defined for the schematic algorithm sheet. |
void |
removePage(String classID)
Removes the specified schematic algorithm properties page from the schematic algorithm sheet. |
void |
show(ISchematicAlgorithm algorithm)
Shows the schematic algorithm sheet. |
| Method Detail |
|---|
void addPage(String classID)
throws IOException,
AutomationException
classID - The classID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmSheet.removePage(String),
ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)
void removePage(String classID)
throws IOException,
AutomationException
classID - The classID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmSheet.addPage(String),
ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)
void show(ISchematicAlgorithm algorithm)
throws IOException,
AutomationException
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasPage(ISchematicAlgorithm algorithm)
throws IOException,
AutomationException
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||