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