2023 Method
Changes 0
M

MultiSegmentGrid.Create

Description:
Create a MultiSegmentGrid element from the specified curve loop.
Remarks:
For each curve in the curve loop, a corresponding Grid will be created.
public static ElementId Create(
	Document document,
	ElementId typeId,
	CurveLoop curveLoop,
	ElementId sketchPlaneId
)
Return Value ElementId The element id of the new MultiSegmentGrid element.