Gets or sets the height of the bounding box.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double Height { get; set; }
Visual Basic (Declaration)
Public Property Height As Double
Visual C++
public:
property double Height {
	double get ();
	void set (double value);
}

Field Value

The height of the bounding box.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe height must not be negative.

See Also