CircleOrSquareWidth Property

 

The CircleOrSquareWidth property returns or sets the diameter of the Hatched Circle or Hatched Square used for a hatch map. Returns a double.

 

Syntax

object.CircleOrSquareWidth

object.CircleOrSquareWidth = CircleOrSquareWidth

 

Parameter

Type

Description

CircleOrSquareWidth

Double

required; define in page units

 

Example 1

This example demonstrates how to set the width of a hatch circle or square to 1.2.

 

HatchMap.CircleOrSquareWidth = 1.2

 

Example 2

This example returns the width of a hatch circle or square.

 

Debug.Print HatchMap.CircleOrSquareWidth

 

Used by: HatchMap object, TerritoryMap object