NumLabelSets Property
NumLabelSets returns or sets the number of label sets for the post map. Returns a Long.
Syntax
object.NumLabelSets
object.NumLabelSets = NumLabelSets
Parameter |
Type |
Description |
NumLabelSets |
Long |
required, total number of label sets for the post map. |
Example 1
The following example demonstrates how to return the number of label sets.
Debug.Print PostLayer.NumLabelSets
Example 2
The following example demonstrates how to set the number of label sets to 4.
PostLayer.NumLabelSets = 4
Used by: PostLayer Object