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