ShowHach Property

ShowHach returns or sets the contour map show hachure state. Hachures are small tick marks placed along contour lines to indicate the direction of slope. The ShowHach property has a Boolean value. If the value is 'True', the hachures are displayed and if the value is 'False', the hachures are hidden.

Syntax

object.ShowHach

object. ShowHach = ShowHach

Parameter

Type

Description

ShowHach

Boolean

required

Example 1

This example demonstrates how to return whether or not the hachure of a level is displayed.

Debug.Print SeventhContour.ShowHach

Example 2

This example demonstrates how to display the hachure of a level.

SeventhContour.ShowHach = True

Used by: Level object