ArcObjects Library Reference (NetworkAnalyst)  

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