Gets or sets the length of the bounding box.
Namespace:
ceometric.ComputationalGeometryAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | The length must not be negative. |