Document.NewGutter(GutterType, Reference)
Method
Description:
Creates a gutter along a reference.
Creates a gutter along a 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. |