Detach a truss's specific chord from the element to which it is attached.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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.