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


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

INAResult.NAContext Property

The context for the result.

[Visual Basic .NET]
Public ReadOnly Property NAContext As INAContext
[C#]
public INAContext NAContext {get;}
[C++]
HRESULT get_NAContext(
  INAContext** NAContext
);
[C++]
Parameters
NAContext [out, retval]

NAContext is a parameter of type INAContext**

Product Availability

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

Remarks

The NAContext returns the context that this traversal result was based upon.

See Also

INAResult Interface