<Code Lib>
2020 Method
Changes 0
M

FlexDuct.IsFlexDuctTypeId

Description:
Checks if given type is valid flexible duct type.
Remarks:
A type is valid for flexible duct if it can be used to the flexible duct element.

public static bool IsFlexDuctTypeId(
	Document document,
	ElementId ductTypeId
)

Return Value bool True if flexible duct type can used for this duct, false otherwise.

Loading…