RVTDocs.com
Namespace: Autodesk.Revit.Creation Class: Document

Document.NewGutter(GutterType, Reference)

Method
Description:
Creates a gutter along a reference.
Syntax
public Gutter NewGutter(
	GutterType GutterType,
	Reference reference
)
Parameters
Parameter Type Description
GutterType GutterType The type of the gutter to create
reference Reference A planar line or arc that represents the place where you want to place the gutter.
Return Value
Type Description
Gutter If successful a new gutter object within the project, otherwise .
Exceptions
Exception Condition
ArgumentException Thrown if the gutter type does not exist in the given document.