Checks if there is open piping connector for the given element - object of pipe curve, pipe fitting or pipe accessory.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool HasOpenConnector(
Document document,
ElementId elemId
)
Parameters
- document Document
-
The document.
- elemId ElementId
-
Element id to check.
Return Value
Boolean
True if given element has open piping connector, false otherwise.
Exceptions
See Also
Reference