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


IHistoricalMarkerManager.DoModal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

IHistoricalMarkerManager.DoModal Method

Displays the dialog used to manage historical markers.

[Visual Basic .NET]
Public Sub DoModal ( _
    ByVal historicalWorkspace As IHistoricalWorkspace, _
    ByVal hParentWnd As Integer _
)
[C#]
public void DoModal (
    IHistoricalWorkspace historicalWorkspace,
    int hParentWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IHistoricalMarkerManager Interface