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


INAContextEdit.Result Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.Result Property

The result of the analysis.

[Visual Basic .NET]
Public WriteOnly Property Result
[C#]
public void Result {set;}
[C++]
HRESULT putref_Result(
  INAResult* 
);
[C++]

Parameters [in]
is a parameter of type INAResult

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The Result property is set by the solver after performing a network analysis.

This property should only be set by a custom solver after performing network analysis.

See Also

INAContextEdit Interface