Document.NewGutter(GutterType, ReferenceArray)
Method
Description:
Creates a gutter along a reference array.
Creates a gutter along a reference array.
Parameters
Parameter | Type | Description |
---|---|---|
GutterType | GutterType | The type of the gutter to create |
references | ReferenceArray | An array of planar lines and arcs 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. |