| Description: | Using SAM function 'ScSetPropertyVariant()' can lead to unexpected behaviour:
This function does not only change the desired variant, BUT takes the whole property ( the property contains n variants, dependent on the GUID of the property ) and overwrites this current property to possibly lower levels ( e.g. overwriting pen path active or not settings !!! ).
To ONLY change the desired variant, new function 'ScSetPropertyVariant2()' is introduced, which ONLY changes the desired variant. |