![]() | IStructuralWallPanelGetOpeningsAsync Method |
Returns a collection of IWallOpening instances affecting this panel
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<IEnumerable<IWallOpening>> GetOpeningsAsync( bool includeExtensions, CancellationToken cancellationToken = default )
Parameters
- includeExtensions
- Type: SystemBoolean
A value indicating whether wall extensions should be included - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The optional cancellation token
Return Value
Type: TaskIEnumerableIWallOpeningA collection of IWallOpening instances
