This document is archived and information here might be outdated.  Recommended version.


IRepresentationRuleEditor2.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IR > IRepresentationRuleEditor2 Interface > IRepresentationRuleEditor2.DoModal Method
ArcGIS Developer Help

IRepresentationRuleEditor2.DoModal Method

Displays the representation rule editor dialog.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal parentWnd As Integer, _
    ByVal FeatureClass As IFeatureClass, _
    ByVal Rule As IRepresentationRule _
) As Boolean
[C#]
public bool DoModal (
    int parentWnd,
    IFeatureClass FeatureClass,
    IRepresentationRule Rule
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRepresentationRuleEditor2 Interface