Document.NewGutter
Description:
Creates a gutter along a reference.
Creates a gutter along a reference.
Overloads (2):
NewGutter(GutterType,Reference)
public Gutter NewGutter(
GutterType GutterType,
Reference reference
)
-
GutterTypeThe type of the gutter to create
-
referenceA planar line or arc that represents the place where you want to place the gutter.
Return Value
nullNothingnullptr
If successful a new gutter object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .
-
Thrown if the gutter type does not exist in the given document.