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