Click or drag to resize
DigitalRuneHeightFieldArray Property

Note: This API is now obsolete.

Gets or sets the height field.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[ObsoleteAttribute("Property Array is obsolete. Use the properties Samples, NumberOfSamplesX and NumberOfSamplesZ instead.")]
public float[,] Array { get; set; }

Property Value

Type: Single
The height field. The default height field is 2 x 2 height field where the heights are 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
ArgumentExceptionvalue contains less than 2 x 2 elements.
See Also