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


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

IChangeVersionDialog.DoModal Method

Displays the dialog used to create new versions in a versioned geodatabase.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal workspace As IWorkspace _
) As Boolean
[C#]
public bool DoModal (
    IWorkspace workspace
);

Product Availability

Available with ArcGIS Desktop.

See Also

IChangeVersionDialog Interface