|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxApplication
Provides access to members that control the ArcScene Application object.
Obtain a reference to ISxApplication through any object that supports IApplication. In ArcScene, ISxApplication is implemented by the Application CoClass.
Method Summary | |
---|---|
void |
clearGesture()
Clears gesture. |
void |
copyToClipboard()
Copies the current scene to the Clipboard. |
void |
createSubView()
Makes a new viewer. |
void |
export2d()
Exports the Current Document to a 2d file format. |
void |
export3d()
Exports the Current Document to a 3d file format. |
IRgbColor |
getDefaultBackgroundColor()
The Default Background Color for New Documents. |
IPage |
getPage()
The current page settings. |
IPaper |
getPaper()
The current paper settings. |
IPrinter |
getPrinter()
The current printer settings. |
ISelectionEnvironment |
getSelectionEnvironment()
The selection environment. |
boolean |
isTOCVisible()
Indicates if the TOC is visible. |
void |
restoreGesture()
Restores gesture. |
void |
setDefaultBackgroundColor(IRgbColor ppRgbColor)
The Default Background Color for New Documents. |
void |
setPrinterByRef(IPrinter printer)
The current printer settings. |
void |
showContextMenu(int x,
int y)
Displays a context menu for the current selection. |
void |
showTOC(boolean bShow)
Displays the table content. |
void |
suspendGesture()
Suspends gesture. |
Method Detail |
---|
void showContextMenu(int x, int y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTOCVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showTOC(boolean bShow) throws IOException, AutomationException
bShow
- The bShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createSubView() throws IOException, AutomationException
This member creates a secondary viewer that, while associated with the ArcScene application, displays in its own separate window. The viewer supports ISceneViewer and has its own camera so that perspective can be controlled independently of the primary viewer.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void export2d() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void export3d() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void copyToClipboard() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrinterByRef(IPrinter printer) throws IOException, AutomationException
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPrinter getPrinter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPaper getPaper() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPage getPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionEnvironment getSelectionEnvironment() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRgbColor getDefaultBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultBackgroundColor(IRgbColor ppRgbColor) throws IOException, AutomationException
ppRgbColor
- A reference to a com.esri.arcgis.display.IRgbColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearGesture() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void suspendGesture() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreGesture() 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 |