|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicDisplayDiagramHelper
Provides access to members that help to display a schematic diagram.
Method Summary | |
---|---|
ISchematicLayer |
displayDiagram(ISchematicDiagram schematicDiagram,
IMap[] map)
Helper to display a diagram. |
boolean |
isMultiViews()
Indicates if we want to display the diagrams in new windows. |
void |
setMultiViews(boolean multiViews)
Indicates if we want to display the diagrams in new windows. |
Method Detail |
---|
ISchematicLayer displayDiagram(ISchematicDiagram schematicDiagram, IMap[] map) throws IOException, AutomationException
schematicDiagram
- A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)map
- A reference to a com.esri.arcgis.carto.IMap (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMultiViews(boolean multiViews) throws IOException, AutomationException
multiViews
- The multiViews (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMultiViews() throws IOException, AutomationException
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 |