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