<Code Lib>
2025.3 Method
Changes 0
M

MechanicalSystem.Create(Document, ElementId)

Description:
Creates a new instance of a mechanical system and adds it to the document.
Overloads (2):
Create(Document,ElementId)

public static MechanicalSystem Create(
	Document ADocument,
	ElementId typeId
)

  • ADocument
    The document where the element will be created and added.
  • typeId
    The identifier of this mechanical system element's type.
Return Value MechanicalSystem The newly created mechanical system element.

Loading…