com.esri.arcgis.arcmapui
Interface IMetadataViewWindow2
- All Superinterfaces:
- IMetadataViewWindow, java.io.Serializable
- All Known Subinterfaces:
- IMetadataViewWindow3
- All Known Implementing Classes:
- IMetadataViewWindow2Proxy, IMetadataViewWindow3Proxy, MetadataViewWindow
public interface IMetadataViewWindow2
- extends IMetadataViewWindow, java.io.Serializable
COM Interface 'IMetadataViewWindow2'. 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 =
Methods inherited from interface com.esri.arcgis.arcmapui.IMetadataViewWindow |
findViaLayer, findViaStandaloneTable, getHWnd, getLayer, getMetadata, getMetadataHelper, getSelectedStylesheet, getStandaloneTable, getStylesheetPath, refresh, setApplicationByRef, setDataSourceByRef, setLayerByRef, setStandaloneTableByRef, show |
IIDcc40a88d_28c9_46fc_88cf_f487e81ead99
static final int IIDcc40a88d_28c9_46fc_88cf_f487e81ead99
- 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
setMetadataByRef
void setMetadataByRef(IPropertySet rhs1)
throws java.io.IOException,
AutomationException
- Pass the metadata directly to Metadata View window.
- Parameters:
rhs1
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.