Identifies if a cable tray type is valid.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
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
) |
Return Value
True if the cable tray type is valid, false otherwise.
Exceptions
See Also