This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.Result Property (ArcObjects .NET 10.4 SDK) |
The result of the analysis.
[Visual Basic .NET]
Public WriteOnly Property Result
[C#] public void Result {set;}
[C++]
HRESULT putref_Result(
INAResult*
);
[C++]
Parameters [in]
is a parameter of type INAResult
The Result property is set by the solver after performing a network analysis.
This property should only be set by a custom solver after performing network analysis.