Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CreateSong Method (configString)
NamespacesGenesyslab.Desktop.Modules.Core.SoundsIJukeboxCreateSong(String)
Creates a song.
Declaration Syntax
C#Visual BasicVisual C++
ISong CreateSong(
	string configString
)
Function CreateSong ( _
	configString As String _
) As ISong
ISong^ CreateSong(
	String^ configString
)
Parameters
configString (String)
The configuration string.
Return Value
An ISong which will be played using the PlaySong(ISong) method.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)