This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* flag
);
[C++]
HRESULT put_ZoomToResultAfterSolve(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type 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.