Maptitude GISDK Help |
Returns the style used to fill area features.
sty = GetFillStyle(string lyr_set_name)
Argument |
Contents |
lyr_set_name |
The name of the layer or selection set |
A fill style.
GetFillStyle() returns null if used on a selection set that does not have a defined fill color.
// Make States use the same fill style as Counties...
SetFillStyle("States|", GetFillStyle("Counties|"))
Error Type |
Meaning |
NotFound |
The layer or selection set does not exist |
Function |
Summary |
Creates a new fill style |
|
Sets the style used to fill area features |
|
Returns the color used to fill area features |
|
Returns an array defining the fill style |
|
Determines whether or not a fill style is transparent |
©2025 Caliper Corporation | www.caliper.com |