Gets the cable tray sizes of the project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
| C# |
|---|
public static CableTraySizes GetCableTraySizes( Document aDoc ) |
| Visual Basic |
|---|
Public Shared Function GetCableTraySizes ( _ aDoc As Document _ ) As CableTraySizes |
| Visual C++ |
|---|
public: static CableTraySizes^ GetCableTraySizes( Document^ aDoc ) |
Parameters
- aDoc
- Type: Autodesk.Revit.DB..::..Document
The document.
Return Value
The cable tray sizes of the project.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |