RVTDocs.com
Namespace: Autodesk.Revit.DB.Plumbing Class: Pipe

Pipe.IsPipingConnector

Method
Description:
Checks if the given connector is a valid piping connector.
Remarks:
A connector must be Piping domain type to be connected with other pipes.
Syntax
public static bool IsPipingConnector(
	Connector connector
)
Parameters
Parameter Type Description
connector Connector Connector to check
Return Value
Type Description
Boolean True if the connector has the Piping domain type.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null