Maptitude GISDK Help |
Gets the status of whether labels can be drawn on top of point icons.
Added to Version 6.0/2012.
status = GetLabelOverlapStatus(string lyr_set_name)
Argument |
Contents |
lyr_set_name |
The name of the layer and selection set |
"True" if labels can be drawn on top of point icons, otherwise "False."
A boolean setting of "None" indicates that the setting for a selection set or feature class will be inherited from the setting for the base layer.
// Open a map with at least one layer
lyr = GetLayer()
overlap_status = GetLabelOverlapStatus(lyr + "|")
ShowMessage("The overlap status is " + overlap_status)
Error Type |
Meaning |
NotFound |
The specified layer or selection set does not exist |
Function |
Summary |
Get the label option settings for a layer or selection set |
|
Enables or disables labeling for a layer or selection set |
|
Changes the option settings for labels |
|
Sets the status of whether labels can be drawn on top of point icons |
©2025 Caliper Corporation | www.caliper.com |