This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAResult Interface > INAResult.NAContext Property (ArcObjects .NET 10.4 SDK) |
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
The NAContext returns the context that this traversal result was based upon.