TrussMemberInfolockedToTruss Property |
Whether the member is locked to the host truss.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool lockedToTruss { get; set; }
Public Property lockedToTruss As Boolean
Get
Set
public:
property bool lockedToTruss {
bool get ();
void set (bool value);
}
member lockedToTruss : bool with get, set
Property Value
Boolean
See Also