HachLength Property

HachLength returns or sets the hachure length in page units. Returns a double.

Syntax

object.HachLength

object. HachLength = Len

Parameter

Type

Description

Len

Double

required

Example 1

This example demonstrates how to return the hachure length.

Debug.Print ContourLayer.HachLength

Example 2

This example demonstrates how to set the hachure length to 0.05 page units.

ContourLayer.HachLength = 0.05

Used by: ContourLayer Object