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


IHistoricalMarkerManager.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IH > IHistoricalMarkerManager Interface > IHistoricalMarkerManager.DoModal Method
ArcGIS Developer Help

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