TrussDetachChord Method

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: 25.0.0.0 (25.0.0.0)
Syntax
public void DetachChord(
	TrussChordLocation location
)

Parameters

location  TrussChordLocation
The chord.
See Also