<Code Lib>
2021 Method
Changes 0
M

MEPSpaceConstruction.NewConstruction

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

public MEPBuildingConstruction NewConstruction(
	string pName
)

  • String
    pName
    The name of the new Construction.
Return Value MEPBuildingConstruction

Loading…