An area fill consisting of a pattern of lines.
Supported Platforms: Windows only
AcadHatch
Object AcadObject AcadEntity AcadHatch
VBA
ModelSpace.AddHatch PaperSpace.AddHatch Block.AddHatch
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
To create a hatch, first create the Hatch object using the AddHatch method. After the Hatch object has been created, add the outer loop using the AppendOuterLoop method. The outer loop must be closed and must be created before any inner loops can be added. After a valid outer loop has been created, add any inner loops, one at a time, using AppendInnerLoop method.