HatchStyle Property

Specifies the hatch style.

See Also | Example

Signature

object.HatchStyle

object

Hatch
The object or objects this property applies to.

HatchStyle

acHatchStyle enum; read-write

acHatchStyleNormal

acHatchStyleOuter

acHatchStyleIgnore

Remarks

acHatchStyleNormal

Specifies standard style or normal. This option hatches inward from the outermost area boundary. If AutoCAD encounters an internal boundary, it turns off hatching until it encounters another boundary.

acHatchStyleOuter

Fills the outermost areas only. This style also hatches inward from the area boundary, but it turns off hatching if it encounters an internal boundary and doesn't turn it back on again.

acHatchStyleIgnore

Ignores internal structure. This option hatches through all internal objects.

 

   Comments?