This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContext Interface > INAContext.Result Property (ArcObjects .NET 10.5 SDK) |
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
Result returns the NATraversalResult, which is the results of the network analysis.