Identifies if a conduit type is valid.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidConduitType(
Document document,
ElementId conduitType
)
Parameters
- document Document
-
The document.
- conduitType ElementId
-
The conduit type.
Return Value
Boolean
True if the conduit type is valid, false otherwise.
Exceptions
See Also
Reference