|
|||||||||
| 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 GP schematic diagram builder.
This interface is new at ArcGIS 9.3. Testing some further text. It will be removed.
| Method Summary | |
|---|---|
ISchematicDiagram |
gPGenerateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
ISpatialReference spatialReference,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
Generates a new schematic diagram implemented by the schematic diagram builder. |
void |
gPUpdateDiagram(ISchematicDiagram diagram,
ISpatialReference spatialReference,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
Refreshs an existing diagram implemented by the schematic diagram builder. |
| Method Detail |
|---|
ISchematicDiagram gPGenerateDiagram(String diagramName,
ISchematicDiagramContainer diagramContainer,
ISpatialReference spatialReference,
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)spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in, optional, pass null if not required)enumGPValue - A reference to a com.esri.arcgis.geodatabase.IEnumGPValue (in, optional, pass null if not required)builderOptions - The builderOptions (in, optional, pass null if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in, optional, pass null if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void gPUpdateDiagram(ISchematicDiagram diagram,
ISpatialReference spatialReference,
IEnumGPValue enumGPValue,
String builderOptions,
ITrackCancel cancelTracker,
IGPMessages messages)
throws IOException,
AutomationException
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in, optional, pass null if not required)enumGPValue - A reference to a com.esri.arcgis.geodatabase.IEnumGPValue (in, optional, pass null if not required)builderOptions - The builderOptions (in, optional, pass null if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (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 | ||||||||