FabricationPartSetAirturnInfo Method

Sets the air turn information for the fabrication part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetAirturnInfo(
	int index,
	int airturnId,
	bool locked
)

Parameters

index  Int32
The index of the air turn to set.
airturnId  Int32
The identifier of the air turn to set.
locked  Boolean
If true the air turn will be locked and not changed by automatic processes.
Exceptions
ExceptionCondition
ArgumentException The air turn identifier is not valid.
ArgumentOutOfRangeException The air turn index is out of valid range.
See Also