| Revit 2017 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: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public CableTrayShape ShapeType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ShapeType As CableTrayShape Get |
| Visual C++ |
|---|
public: property CableTrayShape ShapeType { CableTrayShape get (); } |