HatchPatternTable.Item Property

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)
Syntax
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: HatchPattern
If index is out of range, the current hatch pattern is returned.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also