Click or drag to resize

HatchPatternRemoveHatchLine Method

Remove a hatch line from the pattern.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool RemoveHatchLine(
	int hatchLineIndex
)

Parameters

hatchLineIndex
Type: SystemInt32
The index of the hatch line to remove.

Return Value

Type: Boolean
True if successful, false if index is out of range.
See Also