RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSchedule

ViewSchedule.IsValidCategoryForMaterialTakeoff

Method
Description:
Checks whether a category can be used for a material takeoff.
Syntax
public static bool IsValidCategoryForMaterialTakeoff(
	ElementId categoryId
)
Parameters
Parameter Type Description
categoryId ElementId The category ID to check.
Return Value
Type Description
Boolean True if the category can be used for a material takeoff, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null