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

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