Maptitude GISDK Help

SetFillStyle()

Summary

Sets the style used to fill area features.

 

Syntax

SetFillStyle(string lyr_set_name, fillstyle fill_style)

 

Argument Contents
lyr_set_name The name of the layer or selection set
fill_style The fill style used to fill areas

 

Notes

Example

str1 = "XXXXXXXX"

str2 = "          "

solid = FillStyle({str1, str1, str1, str1, str1, str1, str1, str1})

empty = FillStyle({str2, str2, str2, str2, str2, str2, str2, str2})

SetFillStyle ("U.S. States|", empty)

SetFillStyle ("U.S. States|Selection", solid)

 

Error Codes

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

 

See Also

Function Summary
FillStyle() Creates a new fill style
GetFillStyle() Returns the style used to fill area features
SetFillColor() Sets the color used to fill area features

 

 

©2025 Caliper Corporation www.caliper.com