Constructs a new BRepBuilderPersistentIds and associates the existing BRepBuilder to it.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
| C# |
|---|
public BRepBuilderPersistentIds( BRepBuilder bRepBuilder ) |
| Visual Basic |
|---|
Public Sub New ( _ bRepBuilder As BRepBuilder _ ) |
| Visual C++ |
|---|
public: BRepBuilderPersistentIds( BRepBuilder^ bRepBuilder ) |
Parameters
- bRepBuilder
- Type: Autodesk.Revit.DB..::..BRepBuilder
The existing BRepBuilder.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |