ApplyHatch Method
IntelliCAD 11.1 Object Library | |
ApplyHatch Method | |
See Also |
- ObjectsToHatch
- A Selection Set object containing the objects to which hatching is applied.
- SeedPoints
- An array of points that define the hatch area. (Optional)
Hatch Object : ApplyHatch Method |
Description
Applies the hatch to the specified objects. One or more seed points may be passed in to specify the hatch areas.
Syntax
Visual Basic |
---|
Public Sub ApplyHatch( _ ByVal ObjectsToHatch As SelectionSet, _ ByVal SeedPoints As Points _ ) |
Parameters
- ObjectsToHatch
- A Selection Set object containing the objects to which hatching is applied.
- SeedPoints
- An array of points that define the hatch area. (Optional)