these is the Sound collection of objects

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

Syntax

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

See Also