TrussDropTruss Method

Drop truss Family, it will disassociate all members from the truss and delete the truss.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static void DropTruss(
	Truss truss
)

Parameters

truss  Truss
The truss to be dropped.
See Also