ArcObjects Library Reference (NetworkAnalystUI)  

INetworkAnalystExtension.ZoomToResultAfterSolve Property

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;}

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

If this property is set to true, ArcMap will automatically zoom to the extent of the anlaysis results once the network analysis is complete.

See Also

INetworkAnalystExtension Interface