Gets or sets the length 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 Length { get; set; }
Visual Basic (Declaration)
Public Property Length As Double
Visual C++
public:
property double Length {
	double get ();
	void set (double value);
}

Field Value

The length of the bounding box.

Exceptions

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

See Also