HachDirection Property

HachDirection returns or sets the hachure direction. Returns a SrfConHachDir.

Syntax

object.HachDirection

object. HachDirection = Dir

Parameter

Type

Description

Dir

SrfConHachDir

required

Example 1

This example demonstrates how to return the hachure direction.

Debug.Print ContourLayer.HachDirection

Example 2

This example demonstrates how to orient hachures downhill.

ContourLayer.HachDirection = srfConHachDownhill

Used by: ContourLayer Object