RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BeamSystem

BeamSystem.DropBeamSystem

Method
Description:
Drop beam system, it will disassociate all members from the beam system and delete the beam system.
Syntax
public static void DropBeamSystem(
	BeamSystem beamSystem
)
Parameters
Parameter Type Description
beamSystem BeamSystem The beam system to be deleted.
Return Value