<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
)

Return Value nullNothingnullptr If successful a new gutter object within the project, otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) .

Loading…