All of the hatch pattern definitions contained in a rhino document.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public sealed class HatchPatternTable : IEnumerable<HatchPattern>, IEnumerable, IRhinoTable<HatchPattern> |
| Visual Basic |
|---|
Public NotInheritable Class HatchPatternTable _ Implements IEnumerable(Of HatchPattern), IEnumerable, _ IRhinoTable(Of HatchPattern) |