Go forward for specified number of frames.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Step(
	int frames
)
Public Function Step ( _
	frames As Integer _
) As Boolean
public:
bool Step(
	int frames
)

Parameters

frames
Int32
Number of frames

Return Value

Returns true on successfull

See Also