Adjusts the map surround to fit the bounds. The changed argument indicates whether the size of the map surround was changed.
[Visual Basic .NET] Public Sub FitToBounds ( _ ByVal Display As IDisplay, _ ByVal Bounds As IEnvelope, _ ByRef changed As Boolean _ )
[C#] public void FitToBounds ( IDisplay Display, IEnvelope Bounds, ref bool changed );
[C++]
HRESULT FitToBounds(
IDisplay* Display,
IEnvelope* Bounds,
VARIANT_BOOL* changed
);
[C++]Parameters
Display [in]Display is a parameter of type IDisplay
Bounds [in]Bounds is a parameter of type IEnvelope
changed [out] changed is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.