com.esri.arcgis.arcscene
Interface ISxApplicationAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISxApplicationAdminProxy

public interface ISxApplicationAdmin
extends java.io.Serializable

COM Interface 'ISxApplicationAdmin'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'

Description: 'ISxApplicationAdmin interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID53a94453_fae2_11d3_a67f_0008c7df97b9
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID53a94453_fae2_11d3_a67f_0008c7df97b9

static final int IID53a94453_fae2_11d3_a67f_0008c7df97b9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRecentFilesCount

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

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

setRecentFilesCount

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

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

updateStatusBarMessage

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

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

getTOCWindow

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

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

getGlobalWindow

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

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