com.esri.arcgis.editor
Interface ISketchPropertiesWindow

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISketchPropertiesWindowProxy, SketchPropertiesWindow

public interface ISketchPropertiesWindow
extends Serializable

Provides access to the Sketch Properties Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isVisible()
          Indicates if Sketch Properties Window is visible.
 void setVisible(boolean vis)
          Indicates if Sketch Properties Window is visible.
 

Method Detail

setVisible

void setVisible(boolean vis)
                throws IOException,
                       AutomationException
Indicates if Sketch Properties Window is visible.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
vis - The vis (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates if Sketch Properties Window is visible.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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