Checks if the given connector is a valid piping connector.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsPipingConnector(
Connector connector
)
Parameters
- connector Connector
-
Connector to check
Return Value
Boolean
True if the connector has the Piping domain type.
Exceptions
Remarks
A connector must be Piping domain type to be connected with other pipes.
See Also
Reference