<Code Lib>
2022 Method
Changes 0
M

PlumbingUtils.HasOpenConnector

Description:
Checks if there is open piping connector for the given element - object of pipe curve, pipe fitting or pipe accessory.

public static bool HasOpenConnector(
	Document document,
	ElementId elemId
)

Return Value bool True if given element has open piping connector, false otherwise.

Loading…