| Maptitude GISDK Help |
Returns an array defining the fill style.
fillstylearray = GetFillStyleDefinition(fillstyle style)
| Argument | Contents |
|---|---|
| style | The fill style to define |
An array in the format used to call FillStyle().
str1 = "X X X X "
str2 = " X X X X"
shaded = FillStyle({str1, str2, str1, str2, str1, str2, str1, str2})
ShowArray(GetFillStyleDefinition(shaded))
| Error Type | Meaning |
|---|---|
| Error | style is not a fill style |
| Function | Summary |
|---|---|
| FillStyle() | Creates a new fill style |
| ©2025 Caliper Corporation | www.caliper.com |