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