<Code Lib>
2027 Method
Changes 0
M

MEPSpaceConstruction.DuplicateConstruction

Description:
Create a new construction for Space constructions.
Remarks:
If the name is same with the existing one, an exception will be thrown.

public MEPBuildingConstruction DuplicateConstruction(
	MEPBuildingConstruction pCurrentConstruction,
	string pName
)

  • pCurrentConstruction
    The existing construction to be duplicated.
  • String
    pName
    The name of the new construction.
Return Value MEPBuildingConstruction MEPBuildingConstruction

Loading…