Checks whether a cable tray size with the nominal diameter exists.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: 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