| Revit 2022.1 API |
| Truss..::..DetachChord Method |
| Truss Class See Also |
Detach a truss's specific chord from the element to which it is attached.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2011
Syntax
| C# |
|---|
public void DetachChord( TrussChordLocation location ) |
| Visual Basic |
|---|
Public Sub DetachChord ( _ location As TrussChordLocation _ ) |
| Visual C++ |
|---|
public: void DetachChord( TrussChordLocation location ) |
Parameters
- location
- Type: Autodesk.Revit.DB.Structure..::..TrussChordLocation
The chord.