Adds a new value into the grid.

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

Syntax

C#
public void Add(
	Point3D location,
	T value
)
Visual Basic
Public Sub Add ( _
	location As Point3D, _
	value As T _
)
JScript
public function Add(
	location : Point3D, 
	value : T
)

Parameters

location
Type: System.Windows.Media.Media3D..::..Point3D
The location of the newly added value.
value
Type: T
The value to be added into the grid.

See Also