com.esri.arcgis.catalog
Interface IGxMetadataSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxTool, GxToolbox

public interface IGxMetadataSupport
extends Serializable

Provides access to information for metadata toolbar.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IUID getEditor()
          Retrive metadata editor.
 String getStylesheetPath()
          Retrieve stylesheet path.
 

Method Detail

getEditor

IUID getEditor()
               throws IOException,
                      AutomationException
Retrive metadata editor.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getStylesheetPath

String getStylesheetPath()
                         throws IOException,
                                AutomationException
Retrieve stylesheet path.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The path
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.