Adds the Pointer3D to the scene objects arraylist

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void SetPointer3D(
	int size,
	Color c,
	int type
)
Visual Basic (Declaration)
Public Sub SetPointer3D ( _
	size As Integer, _
	c As Color, _
	type As Integer _
)
Visual C++
public:
void SetPointer3D(
	int size, 
	Color c, 
	int type
)

Parameters

size
Type: System..::.Int32
The size of the Pointer3D [mm]
c
Type: System.Drawing..::.Color
The colour
type
Type: System..::.Int32
The type [1, 2, 3]

See Also