Revit 2025.3 API
MEPSpace |
Create a new construction for Space constructions.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public MEPBuildingConstruction NewConstruction( string pName )
Public Function NewConstruction ( pName As String ) As MEPBuildingConstruction
public: MEPBuildingConstruction^ NewConstruction( String^ pName )
member NewConstruction : pName : string -> MEPBuildingConstruction
Parameters
- pName String
- The name of the new Construction.
Return Value
MEPBuildingConstructionIf the name is same as an existing one, an exception will be thrown.
See Also