<Code Lib>
2022 Method
Changes 0
M

ViewSchedule.CreateMaterialTakeoff

Description:
Creates a material takeoff.
Remarks:
A material takeoff is a schedule that displays information about the materials that make up elements in the model. Unlike regular schedules where each row (before grouping) represents a single element, each row in a material takeoff represents a single <element, material> pair.

public static ViewSchedule CreateMaterialTakeoff(
	Document document,
	ElementId categoryId
)

Return Value ViewSchedule The newly created schedule.

Loading…