com.esri.arcgis.editor
Interface IRepresentationMarkerEditor

All Superinterfaces:
Serializable
All Known Implementing Classes:
RepresentationMarkerEditor

public interface IRepresentationMarkerEditor
extends Serializable

Provides access to the Representation Marker Editor.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentWnd, IRepresentationGraphics graphics)
          Displays the representation marker editor dialog.
 IRepresentationGraphics getMarker()
          Representation marker edited by the dialog.
 

Method Detail

doModal

boolean doModal(int parentWnd,
                IRepresentationGraphics graphics)
                throws IOException,
                       AutomationException
Displays the representation marker editor dialog.

Product Availability

Available with ArcGIS Desktop.

Parameters:
parentWnd - The parentWnd (A COM typedef) (in)
graphics - A reference to a com.esri.arcgis.display.IRepresentationGraphics (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMarker

IRepresentationGraphics getMarker()
                                  throws IOException,
                                         AutomationException
Representation marker edited by the dialog.

Product Availability

Available with ArcGIS Desktop.

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