ArcObjects Library Reference (NetworkAnalyst)  

INAClosestFacilitySolver.CreateTraversalResult Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAClosestFacilitySolver Interface