A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Just to warn you this is not easy!
The path data is stored as a VML string and can be accessed (assuming oeff is a reference to the animation effect) using:
oeff.Behaviors(1).MotionEffect.Path
It will error if oeff is not a motion path of course.