12-09-2012 10:30 AM
Is it possible to use a perimeter in VB (Script) to find all objects that will be exported in case a specific perimeter is used?
Thanks
stijn
Solved! Go to Solution.
17-09-2012 08:26 AM
Thanks JF, works perfectly now 🙂
13-09-2012 09:16 AM
Hello Stijn
Yes its possible to use perimeter in MEGA API, As perimeter is an object of the Metaclass "Operator" of which the "_OpNature" MetaAttribute is positioned on "Compound" as "Extract" you can manage it in the same way.
Call
Set myMegaCollection = myMegaObject.MyPerimeter
Kind Regard
JF