Gets or sets the maximum exploration depth, from the start vertex.

Namespace:  QuickGraph.Algorithms.Search
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
public int MaxDepth { get; set; }
Visual Basic (Declaration)
Public Property MaxDepth As Integer

Field Value

Maximum exploration depth.

Remarks

Defaulted at int.MaxValue.

See Also