Method GetRafterAsync

GetRafterAsync(IEnumerable<PortalFrameRafterPosition>?, CancellationToken)

Returns the rafters from the given positions

Declaration
Task<IEnumerable<IPortalFrameRafter>> GetRafterAsync(IEnumerable<PortalFrameRafterPosition>? positions = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<PortalFrameRafterPosition> positions

The optional collection of the positions

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IPortalFrameRafter>>

Rafters from the specified positions

Remarks

Returns rafters from all active positions if positions are not specified

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