ArcObjects Library Reference (Editor)  

IRepresentationRuleEditor.DoModal Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRepresentationRuleEditor Interface