Gets/sets the Sound3D

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

Syntax

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

See Also