Share

ConduitSizes.Contains Method

Checks whether a conduit size with the nominal diameter exists.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool Contains(
	double nominalDiameter
)

Parameters

nominalDiameter  Double
Nominal diameter.

Return Value

Boolean
True if a conduit size with the nominal diameter exists.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The given value for nominalDiameter must be greater than 0 and no more than 30000 feet.

See Also

Reference

Was this information helpful?