|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSchematicBuilder
Provides access to members that manage the generation/update of diagrams by GP tools.
| Method Summary | |
|---|---|
ISchematicDiagram |
gPGenerateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
Generates a new schematic diagram from an enum of GP values. |
void |
gPUpdateDiagram(ISchematicDiagram diagram,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
Updates an existing diagram from an enum of GP values. |
| Method Detail |
|---|
ISchematicDiagram gPGenerateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
throws IOException,
AutomationException
diagramName - The diagramName (in)diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)enumGPValue - A reference to a com.esri.arcgis.geodatabase.IEnumGPValue (in, optional, pass 0 if not required)builderOptions - The builderOptions (in, optional, pass 0 if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void gPUpdateDiagram(ISchematicDiagram diagram,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
throws IOException,
AutomationException
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)enumGPValue - A reference to a com.esri.arcgis.geodatabase.IEnumGPValue (in, optional, pass 0 if not required)builderOptions - The builderOptions (in, optional, pass 0 if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in, optional, pass 0 if not required)
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 | ||||||||