com.esri.arcgis.editor
Interface IRepresentationWindow

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRepresentationWindowProxy

public interface IRepresentationWindow
extends Serializable

Provides access to methods for working with the representation properties window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void hide()
          Hides the window.
 void refreshContents()
          Refreshes the contents.
 void show()
          Shows the window.
 

Method Detail

show

void show()
          throws IOException,
                 AutomationException
Shows the window.

Product Availability

Available with ArcGIS Desktop.

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

hide

void hide()
          throws IOException,
                 AutomationException
Hides the window.

Product Availability

Available with ArcGIS Desktop.

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

refreshContents

void refreshContents()
                     throws IOException,
                            AutomationException
Refreshes the contents.

Product Availability

Available with ArcGIS Desktop.

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