Role: This interface is used to retieve/assign the value of motion targets/attrs
for the move activity.
The following code snippet can be used to obtain a MoveJointActivity from a selected Activity
Dim oSelectAct As Activity
set oSelectAct = CATIA.ActiveDocument.Selection.FindObject("CATIAActivity")
Dim objMountAct As MountActivity
set objMountAct = oSelectAct.GetTechnologicalObject("MountActivity")