Number of frames in the read 3ds file. If FramesCount is 1 than the 3ds file does not contain animation data but only one static frame. To get the index of the last frame you have to subtract 1 from the FramesCount. For example if the last animation takes place from frame 0 to frame 30, than the FramesCount will return 31.

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

Syntax

C#
public int FramesCount { get; set; }
Visual Basic (Declaration)
Public Property FramesCount As Integer
Visual C++
public:
property int FramesCount {
	int get ();
	void set (int value);
}

See Also