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


IDataFrameFixedExtentDialog.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > ID > IDataFrameFixedExtentDialog Interface > IDataFrameFixedExtentDialog.DoModal Method
ArcGIS Developer Help

IDataFrameFixedExtentDialog.DoModal Method

Specify data frame's fixed bounds.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal pMapFrame As IMapFrame, _
    ByVal parentWindow As Integer _
) As Boolean
[C#]
public bool DoModal (
    IMapFrame pMapFrame,
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataFrameFixedExtentDialog Interface