| Maptitude GISDK Help |
Gets the color used to draw point features.
clr = GetIconColor(string lyr_set_name)
| Argument | Contents |
|---|---|
| lyr_set_name | The name of the layer or selection set |
A color (red, green, blue, and alpha).
GetIconColor() returns null if called on a selection set that does not have a defined color.
clr = GetIconColor("Cities|")
sel_clr = GetIconColor("Cities|Selection")
| Error Type | Meaning |
|---|---|
| NotFound | The layer or selection set does not exist |
| Function | Summary |
|---|---|
| SetIconColor() | Sets the color used to draw point features |
| GetIcon() | Gets the font and character or bitmap used to draw point features |
| ©2025 Caliper Corporation | www.caliper.com |