MEPSpaceConstruction.DuplicateConstruction
Method
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.
Syntax
public MEPBuildingConstruction DuplicateConstruction(
MEPBuildingConstruction pCurrentConstruction,
string pName
)
Parameters
Parameter | Type | Description |
---|---|---|
pCurrentConstruction | MEPBuildingConstruction | The existing construction to be duplicated. |
pName | String | The name of the new construction. |
Return Value