Click or drag to resize
DigitalRuneRayShapeLength Property
Gets or sets the finite length.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public float Length { get; set; }

Property Value

Type: Single
The finite length.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is ≤ 0 or infinite.
See Also