![]() | IModelApplyPortalFrameMemberAsync Method |
Applies modified portal frame members back to the Tekla Structural Designer model
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task ApplyPortalFrameMemberAsync( IEnumerable<IPortalFrameMember> portalFrameMembers, CancellationToken cancellationToken = default )
Parameters
- portalFrameMembers
- Type: System.Collections.GenericIEnumerableIPortalFrameMember
The collection of portal frame members - cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The optional cancellation token
Return Value
Type: TaskA task that represents the work
