Gets or sets a value indicating whether the direction of links should be considered when looking for paths.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Directed() As Boolean |
C++
Copy Code
|
|---|
public: |
true to consider arrow direction when looking for paths; otherwise, false. The default is true.
See Also