FabricationPartSetStiffenerInfo Method |
Sets the stiffener information for the fabrication part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetStiffenerInfo(
int index,
int stiffenerId,
bool locked
)
Public Sub SetStiffenerInfo (
index As Integer,
stiffenerId As Integer,
locked As Boolean
)
public:
void SetStiffenerInfo(
int index,
int stiffenerId,
bool locked
)
member SetStiffenerInfo :
index : int *
stiffenerId : int *
locked : bool -> unit Parameters
- index Int32
-
The index of the stiffener to set.
- stiffenerId Int32
-
The identifier of the stiffener to set.
- locked Boolean
-
If true the stiffener will be locked and not changed by automatic processes.
Exceptions
See Also