IsValidCableTrayType Method


Identifies if a cable tray type is valid.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.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
)

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

See Also