LabelPos Property
LabelPos returns or sets the post map label position method. Returns a SrfPostPosType.
Syntax
object.LabelPos
object.LabelPos = Type
Parameter |
Type |
Description |
Type |
required |
Example 1
This example demonstrates how to return the location of labels in relation to their corresponding symbols.
Debug.Print ClassedPostLayer.LabelPos
Example 2
This example demonstrates how to post labels below their corresponding symbols.
ClassedPostLayer.LabelPos = srfPostPosBelow
Used by: ClassedPostLayer Object, PostLayer Object