LabelLineLength Property
LabelLineLength returns or sets the post map 3D label line length in page units. Returns a double.
Syntax
object.LabelLineLength
object.LabelLineLength = Length
Parameter |
Type |
Description |
Length |
Double |
required |
Example 1
This example demonstrates how to return the length of 3D label lines.
Debug.Print ClassedPostLayer.LabelLineLength
Example 2
This example demonstrates how to set the length of 3D label lines to 2.5 page units.
ClassedPostLayer.LabelLineLength = 2.5
Used by: ClassedPostLayer Object, PostLayer Object