Method GetResultLineForcesAsync
GetResultLineForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
Returns result line forces for a loading ID and a result type
Declaration
Task<IEnumerable<IResultLineForces>> GetResultLineForcesAsync(Guid id, LoadingResultType loadingResultType, IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The ID of loading to get result line forces for |
| LoadingResultType | loadingResultType | The loading result type to get result line forces for |
| IEnumerable<int> | indices | The requested indices, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IResultLineForces>> | A collection of result line forces |