Drop beam system, it will disassociate all members from the beam system and delete the beam system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public static void DropBeamSystem( BeamSystem beamSystem ) |
| Visual Basic |
|---|
Public Shared Sub DropBeamSystem ( _ beamSystem As BeamSystem _ ) |
| Visual C++ |
|---|
public: static void DropBeamSystem( BeamSystem^ beamSystem ) |
Parameters
- beamSystem
- Type: Autodesk.Revit.DB..::..BeamSystem
The beam system to be deleted.