<Code Lib>
2020 Method
Changes 0
M

CurtainGridLine.AddMullions

Description:
Add mullions on the specified segments of a grid. If any segment already has a mullion, no change is made to that segment.

public ElementSet AddMullions(
	Curve segment,
	MullionType mullionType,
	bool oneSegmentOnly
)

Return Value ElementSet If operation succeeds, the created mullions will be returned.

Loading…