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