Gets or sets the time in second how long will the whole animation be playing (once from the first to the last frame). Setting this value also changes ModelFramesPerSecond accordingly.

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

Syntax

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

See Also