This field represents the sphere's radius

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

Syntax

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

See Also