com.esri.arcgis.arcmapui
Interface IMetadataViewWindow3

All Superinterfaces:
IMetadataViewWindow, IMetadataViewWindow2, java.io.Serializable
All Known Implementing Classes:
IMetadataViewWindow3Proxy, MetadataViewWindow

public interface IMetadataViewWindow3
extends IMetadataViewWindow2, java.io.Serializable

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

Description: 'Provides access to members setting the Metadata View Window.' 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 IID83dac7ba_9f42_465a_8530_be77710e8f0b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow2
IIDcc40a88d_28c9_46fc_88cf_f487e81ead99
 
Fields inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow
IID3d477e2f_b719_4ff0_9c48_8c4a01ef1f00
 
Method Summary
 void setAGSServerObjectNameByRef(IAGSServerObjectName rhs1)
          Pass the server object name to Metadata View window.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow2
setMetadataByRef
 
Methods inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow
findViaLayer, findViaStandaloneTable, getHWnd, getLayer, getMetadata, getMetadataHelper, getSelectedStylesheet, getStandaloneTable, getStylesheetPath, refresh, setApplicationByRef, setDataSourceByRef, setLayerByRef, setStandaloneTableByRef, show
 

Field Detail

IID83dac7ba_9f42_465a_8530_be77710e8f0b

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

setAGSServerObjectNameByRef

void setAGSServerObjectNameByRef(IAGSServerObjectName rhs1)
                                 throws java.io.IOException,
                                        AutomationException
Pass the server object name to Metadata View window.

Parameters:
rhs1 - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.