com.esri.arcgis.arcmapui
Interface IMetadataViewWindow2

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

public interface IMetadataViewWindow2
extends IMetadataViewWindow, Serializable

Provides access to members setting the Metadata View Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setMetadataByRef(IPropertySet rhs1)
          Pass the metadata directly to Metadata View window.
 
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

setMetadataByRef

void setMetadataByRef(IPropertySet rhs1)
                      throws IOException,
                             AutomationException
Pass the metadata directly to Metadata View window.

Product Availability

Available with ArcGIS Desktop.

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