Root of octree structure.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Octree<(Of <(<'T>)>)>..::..Node Root { get; set; } |
Visual Basic |
---|
Public Property Root As Octree<(Of <(<'T>)>)>..::..Node Get Set |
JScript |
---|
function get Root () : Octree<(Of <(<'T>)>)>..::..Node function set Root (value : Octree<(Of <(<'T>)>)>..::..Node) |