Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Move object in VSTA

Hi

I want to move some objects with VSTA. I have difficulty about moving an object that is part of a group object.

Thanks for your response

Comments

  • I found the answer

    Thanks

    parts=station.GraphicsComponents

    dim group as GraphicsComponentGroup

    group=parts.("ssfadfadf").GraphicComponents

    group("sdaf").transform.X=0.1