Initializes octree element.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.306.0 (10.97.306.00)
Syntax
C# |
---|
public Element( Point3D position, T value ) |
Visual Basic |
---|
Public Sub New ( _ position As Point3D, _ value As T _ ) |
JScript |
---|
public function Octree<(Of <(<'T>)>)>..::..Element( position : Point3D, value : T ) |
Parameters
- position
- Type: System.Windows.Media.Media3D..::..Point3D
Element position.
- value
- Type: T
Reference to the encapsulated object.