<Code Lib>
2027 Method
Changes 8
M

FabricationPart.SetAirturnInfo

Description:
Sets the air turn information for the fabrication part.

public void SetAirturnInfo(
	int index,
	int airturnId,
	bool locked
)

  • Int32
    index
    The index of the air turn to set.
  • Int32
    airturnId
    The identifier of the air turn to set.
  • Boolean
    locked
    If true the air turn will be locked and not changed by automatic processes.

Loading…