Create Method

Overload List

  NameDescription
Public methodStatic memberCreate(Document, ElementId, ElementId, Connector, Connector)
Creates a new pipe that connects two connectors. The new pipe will have the same diameter and system type as the start connector. If the connection fails, the method throws an exception.
Public methodStatic memberCreate(Document, ElementId, ElementId, Connector, XYZ)
Creates a new pipe that connects to the connector. The new pipe will have the same diameter and system type as the connector. If the connection fails, the method throws an exception.
Public methodStatic memberCreate(Document, ElementId, ElementId, ElementId, XYZ, XYZ)
Creates a new pipe from two points.

See Also