Removes object from the given position in the octree.

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

Syntax

C#
public void Remove(
	Point3D position,
	T t
)
Visual Basic
Public Sub Remove ( _
	position As Point3D, _
	t As T _
)
JScript
public function Remove(
	position : Point3D, 
	t : T
)

Parameters

position
Type: System.Windows.Media.Media3D..::..Point3D
Position of the object.
t
Type: T
Reference to the object.

See Also