CWormsSessionCreateWave(String, String) Method |
Generates a new wave useful for grouping sets of orders. Wave attributes cannot be modified after
creation. See WaveUpdated event remarks for important usage warning.
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxpublic virtual string CreateWave(
string sWaveName,
string sWaveDesc
)
Public Overridable Function CreateWave (
sWaveName As String,
sWaveDesc As String
) As String
public:
virtual String^ CreateWave(
String^ sWaveName,
String^ sWaveDesc
)
Parameters
- sWaveName String
- Non-unique name for this wave.
- sWaveDesc String
- Non-unique description for this wave.
Return Value
StringImplements
IWormsSessionCreateWave(String, String)
Exceptions
See Also