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
Syntax
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: TaskIEnumerableIWallOpening
A collection of IWallOpening instances
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.