Solid Edge Framework Type Library
AddFrameToMovie Method
Whether or not the frame is to be considered a key frame.
Returns the current frame count for the movie in progress.
Description
Adds a single frame to the current movie being recorded.
Syntax
Visual Basic
Public Sub AddFrameToMovie( _
   ByVal KeyFrame As Boolean, _
   ByRef pNewFrameCount As Integer _
) 
Parameters
KeyFrame
Whether or not the frame is to be considered a key frame.
pNewFrameCount
Returns the current frame count for the movie in progress.
Remarks
A movie must be in progress for AddFrameToMovie() to succeed.
See Also

View Object  | View Members