MechanicalSystem.Create
Description:
Creates a new instance of a mechanical system and adds it to the document.
Creates a new instance of a mechanical system and adds it to the document.
Overloads (2):
public static MechanicalSystem Create(
Document ADocument,
ElementId typeId,
string name
)
-
ADocumentThe document where the element will be created and added.
-
typeIdThe identifier of this mechanical system element's type.
-
StringnameThe name of the mechanical system to be created.
-
The typeId is not an element id for a valid mechanical system type.
-
A non-optional argument was null