HatchObjectType Property

Specifies the type of the hatch, classic or gradient.

See Also | Example

Signature

object.HatchObjectType

object

Hatch
The object or objects this property applies to.

HatchObjectType

AcHatchObjectType enum; read-write. Specify one of the following constants.

AcHatchObject

0

AcGradientObject

1

Remarks

The default value of this property is 0, acHatchObject, which creates a classic hatch.

If the value of this property is 1, acGradientObject, a gradient is created by the AddHatch method for hatch creation. If a gradient is created, then PatternType should be AcGradientPatternType and PatternName should contain a gradient pattern name of LINEAR, CYLINDER, INVCYLINDER, SPHERICAL, HEMISPHERICAL, CURVED, INVSPHERICAL, INVHEMISPHERICAL, or INVCURVED.

 

   Comments?