| HeightFieldArray Property |
Note: This API is now obsolete.
Gets or sets the height field.
Namespace: DigitalRune.Geometry.ShapesAssembly: 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; }
<ObsoleteAttribute("Property Array is obsolete. Use the properties Samples, NumberOfSamplesX and NumberOfSamplesZ instead.")>
Public Property Array As Single(,)
Get
Set
public:
[ObsoleteAttribute(L"Property Array is obsolete. Use the properties Samples, NumberOfSamplesX and NumberOfSamplesZ instead.")]
property array<float,2>^ Array {
array<float,2>^ get ();
void set (array<float,2>^ value);
}
[<ObsoleteAttribute("Property Array is obsolete. Use the properties Samples, NumberOfSamplesX and NumberOfSamplesZ instead.")>]
member Array : float32[,] with 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 See Also