Hello,
I have a sequence that is locked. I am trying to unlock the sequence porgramatically, but it never seems to work. This my psuedo code:
1) Create Engine
2) SequenceFile sfile = Engine::GetSequenceFileEx(...)
3) PropertyObjectFile pobjFile = sfile.AsPropertyObjectFile();
4) pobj.Unlock(<password>);
I always get the exception: Incorrect password specified to unlock the object or file.
Thanks,
Harsha