Graphics

 View Only
Expand all | Collapse all

How to set offline a "Take Item Group" by Scripting

  • 1.  How to set offline a "Take Item Group" by Scripting

    Posted 08-21-2014 14:00
    Just want to know how can I take offline a "take item group", I'm onlining it with this below script :

    Dim myGroup As xpTakeItemGroup

    Engine.Sequencer.GetGroupByName("Group 1", myGroup)

    myGroup.Execute()

    Please let me know if any can help on this, How can I get a scripting manual for Xpression ?


  • 2.  RE: How to set offline a "Take Item Group" by Scripting

    Posted 08-21-2014 20:41
    And this ?

    Dim myGroup As xpTakeItemGroup

    Engine.Sequencer.GetGroupByName("Group 1"³, myGroup)

    mygroup.SetOffline()


    #XPression


  • 3.  RE: How to set offline a "Take Item Group" by Scripting

    Posted 08-22-2014 06:09
    Thanks it worked well.

    #XPression