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.
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
)
-
segmentCurve of the segment.
-
mullionTypeThe type of the mullion to add.
-
BooleanoneSegmentOnlyIf true, add one mullion to the specified segment, otherwise add mullions to all the segments of the matching grid line.
-
Invalid curtain grid line or invalid mullion type argument.