| RayShapeLength Property |
Gets or sets the finite length.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float Length { get; set; }
Public Property Length As Single
Get
Set
public:
property float Length {
float get ();
void set (float value);
}
member Length : float32 with get, set
Property Value
Type:
SingleThe finite length.
Exceptions See Also