Attach a truss's specific chord to a specified element, the element should be a roof or floor.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
C# |
---|
public void AttachChord( Element attachToElement, TrussChordLocation location, bool forceRemoveSketch ) |
Visual Basic |
---|
Public Sub AttachChord ( _ attachToElement As Element, _ location As TrussChordLocation, _ forceRemoveSketch As Boolean _ ) |
Visual C++ |
---|
public: void AttachChord( Element^ attachToElement, TrussChordLocation location, bool forceRemoveSketch ) |
Parameters
- attachToElement
- Type: Autodesk.Revit.DB..::..Element
The element to which the truss's chord will attach. The element should be a roof or floor.
- location
- Type: Autodesk.Revit.DB.Structure..::..TrussChordLocation
The chord need to be attached.
- forceRemoveSketch
- Type: System..::..Boolean
Whether to detach the original sketch if there is one.