Maptitude GISDK Help

SetFillColor()

Summary

Sets the color used to fill area features.

 

Syntax

SetFillColor(string lyr_set_name, color fill_color)

 

Argument Contents
lyr_set_name The name of the layer or selection set
fill_color The color used to fill the areas

 

Notes

Example

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

SetFillColor("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
GetFillColor() Returns the color used to fill area features
SetFillStyle() Sets the style used to fill area features

 

 

©2025 Caliper Corporation www.caliper.com