I have this code line in a plugin which pulls the value from the optionset field:
int elevatorOption = image.GetAttributeValue<OptionSetValue>("new_kanheisbrukes").Value;
This works fine, however it only gives me the integer value, i.e. 100 000 001. How can I get the label value, which is a string?
*This post is locked for comments