This document is archived and information here might be outdated. Recommended version. |
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.