![]() |
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 > INAServerSolverResults2 Interface > INAServerSolverResults2.SolveErrorCode Property (ArcObjects .NET 10.5 SDK) |
Error code returned by solve operation if it failed.
[Visual Basic .NET] Public ReadOnly Property SolveErrorCode As Integer
[C#] public int SolveErrorCode {get;}
[C++]
HRESULT get_SolveErrorCode(
long* ErrorCode
);
[C++]
Parameters ErrorCode [out, retval] ErrorCode is a parameter of type long
SolveErrorCode contains returned error code, if NAServerSolverParams.ReturnPartialResultsOnError was True and Solve failed.