2025.3 Method
Changes 0
M

Grid.Create

Description:
Creates a new grid line.
Remarks:
The line should be on a horizontal plane.
Overloads (2):
Create(Document,Line)
public static Grid Create(
	Document document,
	Line line
)
  • document
    The document in which the new instance is created.
  • line
    A line which represents the location of the grid line.
Return Value Grid The newly created grid line.