03-31-2022 09:27 PM
I want to use C# to set and get the Enum value like the select one in below screenshot, so how the C# code should be?
I can use GetValVariant and SetValVariant to get and set the native type like int, string, but for enum type, these methods are not workable.
04-03-2022 09:07 AM
Hi
Check if this thread is helpful to you :
Ravi