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