ActiveLabelSet Property

ActiveLabelSet returns or sets the currently active label set. The active label set is modified by the other label properties of the PostLayer object. Returns a Long.

Syntax

object. ActiveLabelSet

object. ActiveLabelSet = ActiveLabelSet

Parameter

Type

Description

ActiveLabelSet

Long

required, index value of the active label set.

Example 1

This example demonstrates how to return the current active label set index value.

Debug .Print PostLayer.ActiveLabelSet

Example 2

The following example demonstrates how to make label set 3 the active label set.

PostLayer.ActiveLabelSet = 3

Used by: PostLayer Object