jeditdv: Thank you for your answer but I can’t get it working. I realized that I can’t even change the Width property of a keyframe.
My code is:
var evnt = Vegas.Project.Tracks[0].Events[0];
var endKeyframe = new VideoMotionKeyframe(new Timecode(1000));
evnt.VideoMotion.Keyframes.Add(endKeyframe);
endKeyframe.Rotation = 1; //works fine
endKeyframe.Width = 50; //doesn’t work at all
Any ideas? I’m using Vegas Pro 8.0.