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: 25.0.0.0 (25.0.0.0)
Syntax
public static void DropBeamSystem(
	BeamSystem beamSystem
)

Parameters

beamSystem  BeamSystem
The beam system to be deleted.
See Also