PatternType Property

Gets the pattern type used for the hatch.

See Also | Example

Signature

object.PatternType

object

Hatch
The object or objects this property applies to.

PatternType

acPatternType enum; read-only

acHatchPatternTypePreDefined

acHatchPatternTypeUserDefined

acHatchPatternTypeCustomDefined

Remarks

The hatch pattern type is defined by one of the following settings:

PreDefined: Selects the pattern name from those defined in the acad.pat file.

UserDefined: Defines a pattern of lines using the current linetype.

CustomDefined: Selects the pattern name from a PAT file other than the acad.pat file.

The pattern type for a hatch can only be set by the AddHatch method for hatch creation, or by the SetPattern method.

 

   Comments?