GeneratorsS (String) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
CStr GeneratorsS(int32_t Parameter, CStr Argument);
This interface returns a string as a result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: Generators.Name read
This parameter returns the active generator’s name.
Parameter 1: Generators.Name Write
This parameter sets the active generator's name.