This document is archived and information here might be outdated. Recommended version. |
Indicates if a traversal result will be generated.
[Visual Basic .NET] Public Property CreateTraversalResult As Boolean
[C#] public bool CreateTraversalResult {get; set;}
[C++]
HRESULT get_CreateTraversalResult(
Boolean* Value
);
[C++]
HRESULT put_CreateTraversalResult(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
CreateTraversalResult specifies if the traversal results will be created by the route solver.