This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineNetworkAnalystEnvironment Interface > IEngineNetworkAnalystEnvironment.ZoomToResultAfterSolve Property (ArcObjects .NET 10.5 SDK) |
Indicates if the window should zoom the map to show results after solving.
[Visual Basic .NET] Public Property ZoomToResultAfterSolve As Boolean
[C#] public bool ZoomToResultAfterSolve {get; set;}
[C++]
HRESULT get_ZoomToResultAfterSolve(
VARIANT_BOOL* flag
);
[C++]
HRESULT put_ZoomToResultAfterSolve(
VARIANT_BOOL flag
);
[C++]
Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL flag [in] flag is a parameter of type VARIANT_BOOL
Indicates if the display will automatically zoom to the extent of the analysis results once the network analysis is complete. By deafult this property is false.