2027 Method
Changes 0
M

MechanicalSystem.Create

Description:
Creates a new instance of a mechanical system and adds it to the document.
Overloads (2):
Create(Document,ElementId,String)
public static MechanicalSystem Create(
	Document ADocument,
	ElementId typeId,
	string name
)
  • ADocument
    The document where the element will be created and added.
  • typeId
    The identifier of this mechanical system element's type.
  • String
    name
    The name of the mechanical system to be created.
Return Value MechanicalSystem The newly created mechanical system element.