Provides a connection between a general value object and its spatial location.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class SpatialValue<U>
where U : T
Visual Basic
Public Class SpatialValue(Of U As T)
JScript
JScript does not support generic types or methods.

Type Parameters

U

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..SpatialGrid3D<(Of <(<'T>)>)>..::..SpatialValue<(Of <(<'U>)>)>

See Also