Revit 2026 API
Cable |
Returns the shape type for the cable tray.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CableTrayShape GetShapeType()
Public Function GetShapeType As CableTrayShape
public: CableTrayShape GetShapeType()
member GetShapeType : unit -> CableTrayShape
Return Value
CableTrayShapeThe shape type.
See Also