|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgProjectAlgorithm
Provides access to members that control the management of the schematic algorithms for the graphic project.
INgProjectAnalyst,
INgProject| Method Summary | |
|---|---|
void |
addAlgorithm(String cLSID,
ISchematicAlgorithm algorithm)
Adds the specified schematic algorithm to the project. |
ISchematicAlgorithm |
getAlgorithm(String cLSID)
Returns the specified schematic algorithm defined for the project. |
ISchematicAlgorithms |
getAlgorithms()
List of the schematic algorithms defined for the project. |
ISchematicAlgorithmSheet |
getAlgorithmSheet()
Properties page of the schematic algorithm. |
void |
removeAlgorithm(String cLSID)
Removes the specified schematic algorithm from the project. |
void |
removeAlgorithms()
Remove all the schematic algorithms from the project. |
| Method Detail |
|---|
ISchematicAlgorithmSheet getAlgorithmSheet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectAnalyst.getAnalystSheet()
void addAlgorithm(String cLSID,
ISchematicAlgorithm algorithm)
throws IOException,
AutomationException
cLSID - The cLSID (in)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.
void removeAlgorithm(String cLSID)
throws IOException,
AutomationException
cLSID - The cLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectAlgorithm.removeAlgorithms()
ISchematicAlgorithms getAlgorithms()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectAlgorithm.getAlgorithm(String)
void removeAlgorithms()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectAlgorithm.removeAlgorithm(String)
ISchematicAlgorithm getAlgorithm(String cLSID)
throws IOException,
AutomationException
cLSID - The cLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProjectAlgorithm.getAlgorithms()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||