Pipe.IsPipingConnector
Method
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.
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 |