Method GetOpeningsAsync
GetOpeningsAsync(bool, CancellationToken)
Returns a collection of IWallOpening instances affecting this panel
Declaration
Task<IEnumerable<IWallOpening>> GetOpeningsAsync(bool includeExtensions, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
bool | includeExtensions | A value indicating whether wall extensions should be included |
CancellationToken | cancellationToken | The optional cancellation token |
Returns
Type | Description |
---|---|
Task<IEnumerable<IWallOpening>> | A collection of IWallOpening instances |