Method ApplyEntityAsync
ApplyEntityAsync(IEnumerable<IEntity?>?, CancellationToken)
Applies modified entities back to the Tekla Structural Designer model
Declaration
Task ApplyEntityAsync(IEnumerable<IEntity?>? entities, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IEntity> | entities | The collection of entities |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task | A task that represents the work |