com.esri.arcgis.editor
Interface IRepresentationRuleEditor2

All Superinterfaces:
Serializable
All Known Implementing Classes:
RepresentationRuleEditor

public interface IRepresentationRuleEditor2
extends Serializable

Provides access to the Representation Rule Editor.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentWnd, IFeatureClass featureClass, IRepresentationRule rule)
          Displays the representation rule editor dialog.
 

Method Detail

doModal

boolean doModal(int parentWnd,
                IFeatureClass featureClass,
                IRepresentationRule rule)
                throws IOException,
                       AutomationException
Displays the representation rule editor dialog.

Product Availability

Available with ArcGIS Desktop.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.