GetThemeFillStyles()
Summary
Gets the list of fill styles that are used to draw a theme.
Syntax
thm_styles = GetThemeFillStyles(string theme_name)
| Argument | Contents |
|---|---|
| theme_name | The name of a theme on the current layer |
Returns
An array of fill styles, one for each class in the theme.
Notes
-
A null entry in the returned array indicates that the objects in the corresponding class are drawn in the fill style of the underlying layer.
-
If the theme contains an Other class, its fill style is the first element of the array.
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The theme with the given name does not exist on the current layer |
See Also
| Function | Summary |
|---|---|
| SetThemeFillStyles() | Sets the fill styles for a given theme |
| GetThemeFillColors() | Gets the list of fill colors that are used to draw a theme |