BeamSystemDropBeamSystem Method

Drop beam system, it will disassociate all members from the beam system and delete the beam system.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void DropBeamSystem(
	BeamSystem beamSystem
)

Parameters

beamSystem  BeamSystem
The beam system to be deleted.
See Also