Method CreateRoofAttributeSetAsync
CreateRoofAttributeSetAsync(CancellationToken)
Creates a new IRoofAttributeSet instance
Declaration
Task<IRoofAttributeSet> CreateRoofAttributeSetAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IRoofAttributeSet> | The newly created set (or null if the creation fails) |