2027 Method
Changes 0
M

MechanicalSystemType.Create

Description:
Creates a new instance of a mechanical system type and adds it to the document.
public static MechanicalSystemType Create(
	Document ADoc,
	MEPSystemClassification systemClassification,
	string name
)
  • ADoc
    The document where the element will be created and added.
  • systemClassification
    The classification for the mechanical system type to be created
  • String
    name
    The name of the mechanical system type to be created.
Return Value MechanicalSystemType The newly created mechanical system type element.