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