Click or drag to resize

DepthFirstSearchAllowCyclicGraph Property

Flag specifying whether cyclic graphs are allowed. Default is true. If set to false, and the graph is cyclic, an exception will be thrown during the search.

Namespace:  DHI.Mike1D.Generic.Graph
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool AllowCyclicGraph { get; set; }

Property Value

Type: Boolean
See Also