Pipe.IsPipingConnector
Description:
Checks if the given connector is a valid piping connector.
Checks if the given connector is a valid piping connector.
Remarks:
A connector must be Piping domain type to be connected with other pipes.
A connector must be Piping domain type to be connected with other pipes.
public static bool IsPipingConnector(
Connector connector
)
-
connectorConnector to check
Return Value
bool
True if the connector has the Piping domain type.
-
A non-optional argument was null