| Revit Preview Release API |
| CableTray..::..IsValidCableTrayType Method |
| CableTray Class See Also |
Identifies if a cable tray type is valid.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public static bool IsValidCableTrayType( Document document, ElementId cabletrayType ) |
| Visual Basic |
|---|
Public Shared Function IsValidCableTrayType ( _ document As Document, _ cabletrayType As ElementId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidCableTrayType( Document^ document, ElementId^ cabletrayType ) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- cabletrayType
- Type: Autodesk.Revit.DB..::..ElementId
The cable tray type.
Return Value
True if the cable tray type is valid, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |