FabricationPartSetAirturnInfo Method |
Sets the air turn information for the fabrication part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetAirturnInfo(
int index,
int airturnId,
bool locked
)
Public Sub SetAirturnInfo (
index As Integer,
airturnId As Integer,
locked As Boolean
)
public:
void SetAirturnInfo(
int index,
int airturnId,
bool locked
)
member SetAirturnInfo :
index : int *
airturnId : int *
locked : bool -> unit 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
See Also