GL Studio C++ Runtime API
|
#include <gls_map_symbology_standard_data_source.h>
Public Member Functions | |
void | SetResource (const char *name, const char *value) |
const char * | GetResource (const char *name) |
Get the given resource value. May return NULL. | |
Resource storage class
void SetResource | ( | const char * | name, |
const char * | value | ||
) |
Set the value of a resource The resource is added to the list if it is not already included
name | The name of the resource to set |
value | The new value of the resource |