RVTDocs.com

CableTray.IsValidCableTrayType

Method
Description:
Identifies if a cable tray type is valid.
Syntax
public static bool IsValidCableTrayType(
	Document document,
	ElementId cabletrayType
)
Parameters
Parameter Type Description
document Document The document.
cabletrayType ElementId The cable tray type.
Return Value
Type Description
Boolean True if the cable tray type is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null