Click or drag to resize
Animator3dsGoToFrame Method
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.dll) Version: 9.0.5590.1040
Syntax
C#
public Model3DGroup GoToFrame(
	double frameNo
)

Parameters

frameNo
Type: SystemDouble
frameNo

Return Value

Type: Model3DGroup
Model3DGroup for the frameNo
See Also