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