Revit 2025 API
Truss |
Whether the member is locked to the host truss.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public 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
BooleanSee Also