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
)
Public Function HatchLineAt (
hatchLineIndex As Integer
) As HatchLine
Parameters
- hatchLineIndex
- Type: SystemInt32
The index of the hatch line.
Return Value
Type:
HatchLineThe hatch line, or null on failure.
See Also