Create a new construction for Space constructions.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- pCurrentConstruction
- Type: Autodesk.Revit.DB.MechanicalMEPBuildingConstruction
The existing construction to be duplicated.
- pName
- Type: SystemString
The name of the new construction.
Remarks
If the name is same with the existing one, an exception will be thrown.