Maptitude GISDK Help

SetBorderColor()

Summary

Sets the color used to draw the border of area features.

 

Syntax

SetBorderColor(string lyr_set_name, color border_color)

 

Argument Contents
lyr_set_name Name of the layer or selection set
border_color The color to use when drawing the border

 

Notes

Example

SetBorderColor("U.S. States|", ColorRGB(0, 0, 32000))

SetBorderColor("U.S. States|Selection", ColorRGB(32000, 0, 0))

 

Error Codes

Error Type Meaning
NotFound The layer or selection set does not exist

 

See Also

Function Summary
GetBorderColor() Returns the color used to draw the border of area features
SetBorderStyle() Sets the line style used to draw the border of area features
SetBorderWidth() Sets the line width used to draw the border of area features

 

 

©2025 Caliper Corporation www.caliper.com