DrawType Property

The DrawType property returns or sets the hatch map Draw type. Returns a MVHatchDrawType.

 

Syntax

object.DrawType

object.DrawType = DrawType

 

Parameter

Type

Description

DrawType

MVHatchDrawType

required; hatching draw type

 

Example 1

This example changes the hatch map drawing type to square.

 

HatchMap.DrawType = mvHatchDrawSquare

 

Example 2

This example returns the drawing type for a hatch map.

 

Debug.Print HatchMap.DrawType

 

Used by: HatchMap object, TerritoryMap object