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 |