Click or drag to resize

HatchPatternHatchLineAt Method

Gets a HatchLine at an index.

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

Parameters

hatchLineIndex
Type: SystemInt32
The index of the hatch line.

Return Value

Type: HatchLine
The hatch line, or null on failure.
See Also