This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAResult Interface > INAResult.HasValidResult Property (ArcObjects .NET 10.4 SDK) |
Indicates if the current result is valid.
[Visual Basic .NET] Public Property HasValidResult As Boolean
[C#] public bool HasValidResult {get; set;}
[C++]
HRESULT get_HasValidResult(
VARIANT_BOOL* pFlag
);
[C++]
HRESULT put_HasValidResult(
VARIANT_BOOL pFlag
);
[C++]
Parameters pFlag [out, retval] pFlag is a parameter of type VARIANT_BOOL pFlag [in] pFlag is a parameter of type VARIANT_BOOL
The HasValidResult property denotes if network analysis has been performed and the result object has been populated with valid information.