Method GetSpanAsync
GetSpanAsync(IEnumerable<int>?, CancellationToken)
Returns the spans from the given indices
Declaration
Task<IEnumerable<IStructuralWallPanel>> GetSpanAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | indices | The collection of the indices |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IStructuralWallPanel>> | Spans with the specified |