Search
PathFindingOptions.Directed Property
See Also
 



Gets or sets a value indicating whether the direction of links should be considered when looking for paths.

 Syntax

VB6  Copy Code

Public Property Get Directed() As Boolean
Public Property Let Directed( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Directed ()
void put_Directed (
    bool value
)

 Property Value

true to consider arrow direction when looking for paths; otherwise, false. The default is true.

 See Also