2024 Method
Changes 0
M

Duct.IsDuctTypeId

Description:
Checks if given type is valid duct type.
Remarks:
A type is valid for duct if it can be used to the duct element.
public static bool IsDuctTypeId(
	Document document,
	ElementId ductTypeId
)
Return Value bool True if duct type can used for this duct, false otherwise.