2020 Method
Changes 4
M

CurtainGrid.AddGridLine

Description:
Add a grid line to the curtain grid.
public CurtainGridLine AddGridLine(
	bool isUGridLine,
	XYZ position,
	bool oneSegmentOnly
)
  • isUGridLine
    If true, a U-direction grid line will be added. Otherwise, a V-direction grid line will be added.
  • position
    The position of the grid line.
  • oneSegmentOnly
    If it is true, only one segment is added. Otherwise, all segments will be added for the grid line.
Return Value nullNothingnullptr The created grid line is returned if the operation is successful. Otherwise, null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned.