Method GetLoadcaseAsync

GetLoadcaseAsync(int, CancellationToken)

Returns a loadcase from the combination at the given index

Declaration
Task<ILoadcase> GetLoadcaseAsync(int index, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int index

The index to get loadcase at

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<ILoadcase>

Loadcase from the combination

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next