Returns the shape type for the cable tray.

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

Syntax

C#
public CableTrayShape GetShapeType()
Visual Basic
Public Function GetShapeType As CableTrayShape
Visual C++
public:
CableTrayShape GetShapeType()

Return Value

The shape type.

See Also