Is there a way to delete a GfxObj using ARIS Script?

by Mr. Brandon Wicklund (2010-02-08) in group We Love BPM

I am looking for an ARIS scripting example for deleting a polygon from a model.

 

Thanks!


Comments

by Ms. Ellen Gambrell Pelletier (2010-05-18)

This is for a report not a macro, correct? If you have already grabbed the GfxObj, all you have to do is use "gfxObj.Remove()" to remove it from the model.


by Mr. Roman Joss (2010-07-23)

Hi there, I have the same problem.
With the command "gfxObj.Remove()" it does not work. I get the Objects with "oModel.getGfxObjects()". Actually i work with Service-Release 04. Does this work only with newer Versions?

Thanks!


by Mr. Brandon Wicklund (2010-07-23)

This method API was new in Service Release 05.  Once we upgraded I was able to use the Remove() method for gfxObj.


by Mr. Roman Joss (2010-07-23)

Thanks for this information. We actually testing the latest service-release. so i will test i there.