LabelEdgeDist Property
LabelEdgeDist returns or sets the contour map minimum label to edge distance in page units. Returns a double.
Syntax
object.LabelEdgeDist
object.LabelEdgeDist = Dist
Parameter |
Type |
Description |
Dist |
Double |
required |
Example 1
This example demonstrates how to return the minimum distance between contour labels and the map edge in page units.
Debug.Print ContourLayer.LabelEdgeDist
Example 2
This example demonstrates how to set 0.75 page units as the minimum distance between a label and the map edge.
ContourLayer.LabelEdgeDist = 0.75
Used by: ContourLayer Object