ArcObjects Library Reference (NetworkAnalyst)  

INAContext.Result Property

The result for the analysis.

[Visual Basic .NET]
Public ReadOnly Property Result As INAResult
[C#]
public INAResult Result {get;}
[C++]
HRESULT get_Result(
  INAResult** Result
);
[C++]

Parameters

Result [out, retval]

  Result is a parameter of type INAResult

Product Availability

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

Remarks

Result returns the NATraversalResult, which is the results of the network analysis.

See Also

INAContext Interface

.NET Related Topics

How to generate directions