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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next