Maptitude GISDK Help |
Returns the color used to fill area features.
c = GetFillColor(string lyr_set_name)
Argument |
Contents |
lyr_set_name |
The name of the layer or selection set |
A color (red, green, blue, and alpha).
GetFillColor() returns null if called on a selection set that does not have a defined fill color.
// Make States use the same fill color as Counties...
SetFillColor("States|", GetFillColor("Counties|"))
Error Type |
Meaning |
NotFound |
The layer or selection set does not exist |
Function |
Summary |
Sets the color used to fill area features |
|
Returns the style used to fill area features |
©2025 Caliper Corporation | www.caliper.com |