LabelTolerance Property
LabelTolerance returns or sets the contour map label curve tolerance (must be > 1). Returns a double.
Syntax
object.LabelTolerance
object.LabelTolerance = Tol
Parameter |
Type |
Description |
Tol |
Double |
required |
Example 1
This example demonstrates how to return the label curve tolerance.
Debug.Print ContourLayer.LabelTolerance
Example 2
This example demonstrates how to set the label curve tolerance to ten.
ContourLayer.LabelTolerance = 10
Used by: ContourLayer Object