FabricationPart.SetAirturnInfo
Description:
Sets the air turn information for the fabrication part.
Sets the air turn information for the fabrication part.
public void SetAirturnInfo(
int index,
int airturnId,
bool locked
)
-
Int32indexThe index of the air turn to set.
-
Int32airturnIdThe identifier of the air turn to set.
-
BooleanlockedIf true the air turn will be locked and not changed by automatic processes.
-
The air turn identifier is not valid.
-
The air turn index is out of valid range.