com.esri.arcgis.editor
Interface IRepresentationMarkerEditor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationMarkerEditorProxy, RepresentationMarkerEditor

public interface IRepresentationMarkerEditor
extends java.io.Serializable

COM Interface 'IRepresentationMarkerEditor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to the Representation Marker Editor.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf75db28b_4c65_4674_8c04_1815c4420b2d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentWnd, IRepresentationGraphics graphics)
          Displays the representation marker editor dialog.
 IRepresentationGraphics getMarker()
          Representation marker edited by the dialog.
 

Field Detail

IIDf75db28b_4c65_4674_8c04_1815c4420b2d

static final int IIDf75db28b_4c65_4674_8c04_1815c4420b2d
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
Method Detail

doModal

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

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

getMarker

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

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