com.esri.arcgis.catalogUI
Interface IGxMSDFileView

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

public interface IGxMSDFileView
extends java.io.Serializable

COM Interface 'IGxMSDFileView'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to more members that control the GxMSDFileView.' 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 IIDd09f7ab7_773d_47ce_8ba4_89980c37b3b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActiveView getActiveView()
          The active view object(either map or page layout).
 

Field Detail

IIDd09f7ab7_773d_47ce_8ba4_89980c37b3b1

static final int IIDd09f7ab7_773d_47ce_8ba4_89980c37b3b1
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

getActiveView

IActiveView getActiveView()
                          throws java.io.IOException,
                                 AutomationException
The active view object(either map or page layout).

Returns:
A reference to a com.esri.arcgis.carto.IActiveView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.