ConduitSizes.Contains
Method
Description:
Checks whether a conduit size with the nominal diameter exists.
Checks whether a conduit size with the nominal diameter exists.
Parameters
| Parameter | Type | Description |
|---|---|---|
| nominalDiameter | Double | Nominal diameter. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if a conduit size with the nominal diameter exists. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The given value for nominalDiameter must be greater than 0 and no more than 30000 feet. |