Click or drag to resize

HatchPatternTableEventType Enumeration

HatchPattern event types
Since: 8.15

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum HatchPatternTableEventType
Members
  Member nameValueDescription
Added0 A hatchpattern was added.
Deleted1 A hatchpattern was deleted.
Undeleted2 A hatchpattern was undeleted.
Modified3 A hatchpattern was modified.
Sorted4 The hatchpattern table was sorted.
Current5 The current hatchpattern has changed.
See Also