Hi,
I am trying to get the owners of 3DObject through SIObject::GetOwners() method. Somehow, it is not returning the proper values. I should have the all Partitions that the object belongs to but it seems to buggy. Also if I use the EnumElements() in C++ as a commands, it still gives wrong results. While the EnumElements() runs fine with OM in python.
Anyone experienced this before?. I am guessing the CRefArray is causing this.
--