Sets/gets the Pointer3D size

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

Syntax

C#
public double Size { get; set; }
Visual Basic (Declaration)
Public Property Size As Double
Visual C++
public:
property double Size {
	double get ();
	void set (double value);
}

See Also