<Code Lib>
M

Document.NewGutter(GutterType, Reference)

Description:
Creates a gutter along a reference.
Overloads (2):
NewGutter(GutterType,Reference)

public Gutter NewGutter(
	GutterType GutterType,
	Reference reference
)

  • GutterType
    The type of the gutter to create
  • reference
    A planar line or arc that represents the place where you want to place the gutter.
Return Value Gutter If successful a new gutter object within the project, otherwise .

Loading…