Method GetEffectiveReinforcementAsync
GetEffectiveReinforcementAsync(IEnumerable<int>?, CancellationToken)
Returns effective reinforcement of 2D elements
Declaration
Task<IReadOnlyDictionary<int, IEffectiveReinforcement2D>> GetEffectiveReinforcementAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | indices | The requested IElement2D indices, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyDictionary<int, IEffectiveReinforcement2D>> | A dictionary of effective reinforcements |