Gets or sets a value indicating whether a graph vertex/node can be included more than once in a path.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowRepeatingVertices() As Boolean |
C++
Copy Code
|
|---|
public: |
true to allow including a node more than once in a path; otherwise, false. The default is true.
RemarksA node could be included in a path more than once if it can be reached from other nodes via different links.
See Also