Share

CableTraySizes.Contains Method

Checks whether a cable tray size with the nominal diameter exists.


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

Syntax

C#

public bool Contains(
	double nominalDiameter
)

Parameters

nominalDiameter  Double
Nominal diameter.

Return Value

Boolean
True if a cable tray size with the nominal diameter exists.

See Also

Reference

Was this information helpful?