I want to create a script that deletes an element based on the DMA/EID input parameter.
Doing a follow I found that this uses the SetElementStateMessage.
I also want to check the response to see if it succeeds, which should be a SetEelementStateResponseMessage.
However in C# it doesn\'t seem to find that class.
What\'s the propper way to check the response from the SetElementStateMessage in an automation script?
Hi,
Is it possible you're trying this on an older Dataminer version?
SetElementStateResponseMessage was added in 10.0.5, so in versions prior to this, we don't respond with anything to the SetElementStateMessage.
It’s a 10.2.12. But I eventually went for the solution with the IDms package suggested below.