LabelPlane Property
LabelPlane returns or sets the post map label plane. Returns a SrfPostLabelPlane.
Syntax
object.LabelPlane
object.LabelPlane = Plane
Parameter |
Type |
Description |
Plane |
required |
Example 1
This example demonstrates how to return the plane the labels are drawn.
Debug.Print ClassedPostLayer.LabelPlane
Example 2
This example demonstrates how to display labels parallel to the screen.
ClassedPostLayer.LabelPlane = srfPostScreen
Used by: ClassedPostLayer Object, PostLayer Object