RemoveLabelSet
RemoveLabelSet removes the specified label set from the post map.
Syntax
object. RemoveLabelSet( Index )
Parameter |
Type |
Description |
Index |
Long |
required, index value of the label set to remove. |
Example
The following example demonstrates how to remove the third label set from the post map.
PostLayer.RemoveLabelSet(Index:=3)
Used by: PostLayer Object