This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClosestFacilitySolver Interface > INAClosestFacilitySolver.CreateTraversalResult Property (ArcObjects .NET 10.4 SDK) |
Indicates if a traversal result is created.
[Visual Basic .NET] Public Property CreateTraversalResult As Boolean
[C#] public bool CreateTraversalResult {get; set;}
[C++]
HRESULT get_CreateTraversalResult(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_CreateTraversalResult(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL
CreateTraversalResult specifies if the traversal results will be created by the closest facility solver. Not computing the traversal results can be faster if no output lines or straight lines are to be created. This property sets and gets the status as true or false for the NAClosestFacilitySolver.