ClearThemeValues()
Summary
Remove the data used to generate a theme from memory.
Syntax
ClearThemeValues()
Notes
-
CreateTheme() reads values for one or more data fields into memory when a theme is created. These data can optionally be left in memory to speed further processing.
-
ClearThemeValues() removes these data from memory.
See Also
| Function | Summary |
|---|---|
| CreateTheme() | Creates a color or pattern theme on the current layer |
| TestTheme() | Provides information on the classes created by a call to CreateTheme() |