com.esri.arcgis.arcscene
Interface ISxApplicationAdmin

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISxApplicationAdminProxy

public interface ISxApplicationAdmin
extends Serializable

ISxApplicationAdmin interface.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 void getGlobalWindow(int[] hWnd)
          Get the Global window.
 int getRecentFilesCount()
          The number of recent files.
 void getTOCWindow(int[] hWnd)
          Get the TOC window.
 void setRecentFilesCount(int count)
          The number of recent files.
 void updateStatusBarMessage()
          Updates status bar message when selection or view changes.
 

Method Detail

getRecentFilesCount

int getRecentFilesCount()
                        throws IOException,
                               AutomationException
The number of recent files.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecentFilesCount

void setRecentFilesCount(int count)
                         throws IOException,
                                AutomationException
The number of recent files.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Parameters:
count - The count (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateStatusBarMessage

void updateStatusBarMessage()
                            throws IOException,
                                   AutomationException
Updates status bar message when selection or view changes.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTOCWindow

void getTOCWindow(int[] hWnd)
                  throws IOException,
                         AutomationException
Get the TOC window.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Parameters:
hWnd - The hWnd (A COM typedef) (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobalWindow

void getGlobalWindow(int[] hWnd)
                     throws IOException,
                            AutomationException
Get the Global window.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Parameters:
hWnd - The hWnd (A COM typedef) (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.