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)
Syntaxpublic bool AllowCyclicGraph { get; set; }Public Property AllowCyclicGraph As Boolean
	Get
	Set
public:
property bool AllowCyclicGraph {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also