RVTDocs.com

Conduit.IsValidConduitType

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