Goes to the frameNo. This method can be called when the animation is running or when it is stopped.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public Model3DGroup GoToFrame(
	double frameNo
)
Visual Basic (Declaration)
Public Function GoToFrame ( _
	frameNo As Double _
) As Model3DGroup
Visual C++
public:
Model3DGroup^ GoToFrame(
	double frameNo
)

Parameters

frameNo
Type: System..::.Double
frameNo

Return Value

Model3DGroup for the frameNo

See Also