Document.NewGutter
Description:
Creates a gutter along a reference array.
Creates a gutter along a reference array.
Overloads (2):
NewGutter(GutterType,ReferenceArray)
public Gutter NewGutter(
GutterType GutterType,
ReferenceArray references
)
-
GutterTypeThe type of the gutter to create
-
referencesAn array of planar lines and arcs 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.