cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Use of Perimeters in VB

SVanSchoonlandt
Honored Contributor

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

2 Replies

Thanks JF, works perfectly now 🙂

jftrianda
MEGA
MEGA

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