2027 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
)
  • segment
    Curve of the segment.
  • mullionType
    The type of the mullion to add.
  • Boolean
    oneSegmentOnly
    If true, add one mullion to the specified segment, otherwise add mullions to all the segments of the matching grid line.
Return Value ElementSet If operation succeeds, the created mullions will be returned.