com.esri.arcgis.arcmapui
Interface IMetadataViewWindow3

All Superinterfaces:
IMetadataViewWindow, IMetadataViewWindow2, Serializable
All Known Implementing Classes:
MetadataViewWindow

public interface IMetadataViewWindow3
extends IMetadataViewWindow2, Serializable

Provides access to members setting the Metadata View Window.

Product Availability

Available with ArcGIS Desktop.


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
 

Method Detail

setAGSServerObjectNameByRef

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

Product Availability

Available with ArcGIS Desktop.

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