Click or drag to resize
Model3dsFrameNumber Property
Gets or sets the frame number that is shown by this Model3ds.

Namespace: Ab3d.Visuals
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public double FrameNumber { get; set; }

Property Value

Type: Double
Remarks

This property can be bound to a DoubleAnimation to animate its value from the first frame to the last frame.

See Also