Hi,
I need help with this: I'm trying to create a new occurrence from an object definition like this
var newOccurrence = model.createObjOcc(symbol,objDef,origOcc.X(),origOcc.Y());
All those variables exist and are, I think, correct. But my occurrences are not created. And debugging I realized that my variable, new Occurrence, is invalid. It is like this: Aris Object (invalid).
So I think that something is wrong with the creation, maybe with one of my parameters. Anyone have experienced something like this?
thanks in advance,
Rafael