Create Method


OverloadĀ List

Name Description
Public method Static member Create(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 method Static member Create(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 method Static member Create(Document, ElementId, ElementId, ElementId, XYZ, XYZ)
Creates a new pipe from two points.

See Also