Interface representing a Move Activity inside a generic Action (Close Gun/Open Gun etc).
Role: This interface is used to retieve/assign the value of motion targets/attributes
for the Move Activity.
The following code snippet can be used to obtain a MoveActionActivity from a selected Activity
Dim oSelectAct As Activity
set oSelectAct = CATIA.ActiveDocument.Selection.FindObject("CATIAActivity")
Dim objMoveAct As MoveActionActivity
set objMoveAct = oSelectAct.GetTechnologicalObject("MoveActionActivity")