ICombinationAddLoadcaseAsync Method

Adds an ILoadcase to this combination

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<bool> AddLoadcaseAsync(
	ILoadcase loadcase
)

Parameters

loadcase
Type: TSD.API.Remoting.LoadingILoadcase
The ILoadcase

Return Value

Type: TaskBoolean
True if operation succeeded otherwise false
See Also