This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IR > IRepresentationRuleEditor Interface > IRepresentationRuleEditor.DoModal Method (ArcObjects .NET 10.5 SDK) |
Displays the representation rule editor dialog.
[Visual Basic .NET] Public Function DoModal ( _ ByVal parentWnd As Integer, _ ByVal Type As esriGeometryType, _ ByVal Rule As IRepresentationRule _ ) As Boolean
[C#] public bool DoModal ( int parentWnd, esriGeometryType Type, IRepresentationRule Rule );