Method GetWallLinesAsync
GetWallLinesAsync(IEnumerable<int>?, CancellationToken)
Returns a collection of IWallLine instances
Declaration
Task<IEnumerable<IWallLine>> GetWallLinesAsync(IEnumerable<int>? indices, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | indices | The requested indices (null to retrieve all) |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IWallLine>> | A collection of IWallLine instances |