Checks if the given connector is a valid piping connector.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool IsPipingConnector( Connector connector )
Parameters
- connector Connector
- Connector to check
Return Value
BooleanTrue if the connector has the Piping domain type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |