SetHiddenLabelDisplayStatus()
Summary
Sets the status of whether labels that are otherwise hidden are displayed in a lighter shade.
Changes
Added to Version 6.0/2012.
Syntax
SetHiddenLabelDisplayStatus(string status)
| Argument | Contents |
|---|---|
| status | "True" to display hidden labels in a lighter shade, otherwise "False" (the default) to hide those labels |
Example
ShowMessage(SetHiddenLabelDisplayStatus("True"))
See Also
| Function | Summary |
|---|---|
| ClickLabel() | Allows the user to move, with optional callouts, or rotate labels on the map to customize them |
| GetHiddenLabelDisplayStatus() | Gets the status of whether labels that are otherwise hidden are displayed in a lighter shade |
| GetLabelOverride() | Gets the label override settings for a map feature |
| GetSelectedLabel() | Returns the layer name and ID of the last label clicked on |
| SetLabelOverride() | Sets the label override settings for a map feature |