|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicBuilder
Provides access to members that manage the schematic diagram builder.
ISchematicBuilderEdit,
ISchematicBuilderDescription,
ISchematicBuilderContext| Method Summary | |
|---|---|
ISchematicDiagram |
generateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
IPropertySet pPropertySet,
ISchematicBuilderContext pContext,
ITrackCancel cancelTracker)
Generates a new schematic diagram implemented by the schematic diagram builder. |
void |
updateDiagram(ISchematicDiagram diagram,
IPropertySet pPropertySet,
ISchematicBuilderContext pContext,
ITrackCancel cancelTracker)
Refreshs an existing diagram implemented by the schematic diagram builder. |
| Method Detail |
|---|
ISchematicDiagram generateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
IPropertySet pPropertySet,
ISchematicBuilderContext pContext,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
diagramName - The diagramName (in)diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass null if not required)pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in, optional, pass null if not required)pContext - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext (in, optional, pass null if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateDiagram(ISchematicDiagram diagram,
IPropertySet pPropertySet,
ISchematicBuilderContext pContext,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in, optional, pass null if not required)pContext - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext (in, optional, pass null if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null 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 | ||||||||