<Code Lib>
M

Document.NewGutter(GutterType, ReferenceArray)

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

public Gutter NewGutter(
	GutterType GutterType,
	ReferenceArray references
)

  • GutterType
    The type of the gutter to create
  • references
    An array of planar lines and arcs 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…