Click or drag to resize

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: Woti
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
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

String

Implements

IWormsSessionCreateWave(String, String)
Exceptions
ExceptionCondition
CWormsException
See Also