<Code Lib>
2024 Method
Changes 0
M

FabricationPart.Create(Document, FabricationServiceButton, Double, Double, ElementId)

Description:
Creates a fabrication part element based on button and size.
Overloads (3):
Create(Document,FabricationServiceButton,Double,Double,ElementId)

public static FabricationPart Create(
	Document document,
	FabricationServiceButton button,
	double width,
	double depth,
	ElementId levelId
)

Return Value FabricationPart The new fabrication part.

Loading…