OperationFreeze Method

Freezes or unfreezes a rebar set.

Namespace:  Tekla.Structures.Model.Operations
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public static bool Freeze(
	RebarSet rebarSet,
	bool value
)

Parameters

rebarSet
Type: Tekla.Structures.ModelRebarSet
The rebar set to be frozen or unfrozen.
value
Type: SystemBoolean
True if it is to be frozen, false if it is to be unfrozen.

Return Value

Type: Boolean
True if the frozen state has been successfully changed.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next