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: 26.0.4.0 (26.0.4.0)
Syntax
public static void DropTruss(
	Truss truss
)

Parameters

truss  Truss
The truss to be dropped.
See Also