<Code Lib>
2027 Method
Changes 0
M

ViewSchedule.IsValidCategoryForMaterialTakeoff

Description:
Checks whether a category can be used for a material takeoff.

public static bool IsValidCategoryForMaterialTakeoff(
	ElementId categoryId
)

  • categoryId
    The category ID to check.
Return Value Boolean True if the category can be used for a material takeoff, false otherwise.

Loading…