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


INetworkAnalystExtension.ZoomToResultAfterSolve Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INetworkAnalystExtension Interface > INetworkAnalystExtension.ZoomToResultAfterSolve Property
ArcGIS Developer Help

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