MEPSpaceConstruction.DuplicateConstruction
Description:
Create a new construction for Space constructions.
Create a new construction for Space constructions.
Remarks:
If the name is same with the existing one, an exception will be thrown.
If the name is same with the existing one, an exception will be thrown.
public MEPBuildingConstruction DuplicateConstruction(
MEPBuildingConstruction pCurrentConstruction,
string pName
)
-
pCurrentConstructionThe existing construction to be duplicated.
-
StringpNameThe name of the new construction.
Return Value
MEPBuildingConstruction