CableTrayShape Enumeration


Shape types enum of cable tray
Enum of cable tray shape

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

Syntax

C#
public enum CableTrayShape
Visual Basic
Public Enumeration CableTrayShape
Visual C++
public enum class CableTrayShape

Members

Member name Description
Invalid Invalid cable tray shape.
Channel Channel cable tray shape.
Ladder Ladder cable tray shape.

See Also