RhinoCommon API
HatchPatternTableItem Property |
Conceptually, the hatch pattern table is an array of hatch patterns.
The operator[] can be used to get individual hatch patterns. A hatch pattern is
either active or deleted and this state is reported by HatchPattern.IsDeleted.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)

public HatchPattern this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As HatchPattern Get
Parameters
- index
- Type: SystemInt32
zero based array index.
Return Value
Type: HatchPatternIf index is out of range, the current hatch pattern is returned.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14