RVTDocs.com

PlumbingUtils.HasOpenConnector

Method
Description:
Checks if there is open piping connector for the given element - object of pipe curve, pipe fitting or pipe accessory.
Syntax
public static bool HasOpenConnector(
	Document document,
	ElementId elemId
)
Parameters
Parameter Type Description
document Document The document.
elemId ElementId Element id to check.
Return Value
Type Description
Boolean True if given element has open piping connector, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null