| 
 | |||||||||
| 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.
com.esri.arcgis.schematic.ISchematicBuilderEdit, 
ISchematicBuilderDescription, 
ISchematicBuilderContext| Method Summary | |
|---|---|
|  ISchematicDiagram | generateDiagram(String diagramName,
                ISchematicDiagramContainer diagramContainer,
                IPropertySet propertySet,
                ISchematicBuilderContext context,
                ITrackCancel cancelTracker)Generates a new schematic diagram implemented by the schematic diagram builder. | 
|  void | updateDiagram(ISchematicDiagram diagram,
              IPropertySet propertySet,
              ISchematicBuilderContext context,
              ITrackCancel cancelTracker)Refreshs an existing diagram implemented by the schematic diagram builder. | 
| Method Detail | 
|---|
ISchematicDiagram generateDiagram(String diagramName,
                                  ISchematicDiagramContainer diagramContainer,
                                  IPropertySet propertySet,
                                  ISchematicBuilderContext context,
                                  ITrackCancel cancelTracker)
                                  throws IOException,
                                         AutomationException
diagramName - The diagramName  (in)diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer  (in, optional, pass 0 if not required)propertySet - A reference to a com.esri.arcgis.system.IPropertySet  (in, optional, pass 0 if not required)context - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext  (in, optional, pass 0 if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel  (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateDiagram(ISchematicDiagram diagram,
                   IPropertySet propertySet,
                   ISchematicBuilderContext context,
                   ITrackCancel cancelTracker)
                   throws IOException,
                          AutomationException
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram  (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet  (in, optional, pass 0 if not required)context - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext  (in, optional, pass 0 if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel  (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 | ||||||||