LabelLabelDist Property

LabelLabelDist returns or sets the contour map minimum label to label distance in page units. Returns a double.

Syntax

object.LabelLabelDist

object.LabelLabelDist = Dist

Parameter

Type

Description

Dist

Double

required

Example 1

This example demonstrates how to return the minimum distance between labels of a contour line.

Debug.Print ContourLayer.LabelLabelDist

Example 2

This example demonstrates how to set the minimum distance between labels of a contour line to 1.25 page units.

ContourLayer.LabelLabelDist = 1.25

Used by: ContourLayer Object