| Revit 2022 API |
| CableTrayType..::..ShapeType Property |
| CableTrayType Class See Also |
Shape of this cable tray type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public CableTrayShape ShapeType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ShapeType As CableTrayShape Get |
| Visual C++ |
|---|
public: property CableTrayShape ShapeType { CableTrayShape get (); } |