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


INAContext.Result Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContext Interface > INAContext.Result Property
ArcGIS Developer Help

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