com.esri.arcgis.editor
Interface IRepresentationRuleEditor2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationRuleEditor2Proxy, RepresentationRuleEditor

public interface IRepresentationRuleEditor2
extends java.io.Serializable

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

Description: 'Provides access to the Representation Rule 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 IIDe409d577_9b47_49b6_8dc8_eb20bf1426f1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentWnd, IFeatureClass featureClass, IRepresentationRule rule)
          Displays the representation rule editor dialog.
 

Field Detail

IIDe409d577_9b47_49b6_8dc8_eb20bf1426f1

static final int IIDe409d577_9b47_49b6_8dc8_eb20bf1426f1
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,
                IFeatureClass featureClass,
                IRepresentationRule rule)
                throws java.io.IOException,
                       AutomationException
Displays the representation rule editor dialog.

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