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


IRepresentationMarkerEditor.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 > IRepresentationMarkerEditor Interface > IRepresentationMarkerEditor.DoModal Method
ArcGIS Developer Help

IRepresentationMarkerEditor.DoModal Method

Displays the representation marker editor dialog.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IRepresentationMarkerEditor Interface