DataPair of Point2D defining the right bracket of this SubGroup

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public TuplePair<Point2D> Bracket2 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bracket2 As TuplePair(Of Point2D)
Visual C++
public:
property TuplePair<Point2D>^ Bracket2 {
	TuplePair<Point2D>^ get ();
}

See Also