IEnvelopeAddCombinationAsync Method

Adds an ICombination to this envelope

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<bool> AddCombinationAsync(
	ICombination combination
)

Parameters

combination
Type: TSD.API.Remoting.LoadingICombination
The ILoadcase

Return Value

Type: TaskBoolean
True if operation succeeded otherwise false
See Also