ICombinationGetLoadcaseAsync Method

Returns a loadcase from the combination at the given index

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<ILoadcase> GetLoadcaseAsync(
	int index
)

Parameters

index
Type: SystemInt32
The index to get loadcase at

Return Value

Type: TaskILoadcase
Loadcase from the combination
See Also