| Maptitude GISDK Help |
Returns the color used to draw the border of area features.
clr = GetBorderColor(string lyr_set_name)
| Argument | Contents |
|---|---|
| lyr_set_name | The name of the layer or selection set |
A color (red, green, blue, and alpha).
GetBorderColor() returns null if called on a selection set that does not have a defined border color.
clr = GetBorderColor("U.S. States|")
sel_clr = GetBorderColor("U.S. States|Selection")
| Error Type | Meaning |
|---|---|
| NotFound | The layer or selection set does not exist |
| Function | Summary |
|---|---|
| SetBorderColor() | Sets the color used to draw the border of area features |
| GetBorderWidth() | Returns the width used to draw the border of area features |
| GetBorderStyle() | Returns the style used to draw the border of area features |
| ©2025 Caliper Corporation | www.caliper.com |