The Direct3DRMAnimationArray interface enables you to retrieve the number of animations in the array and request the interface for an animation. The animation array is zero based (0 to N-1).
This interface supports the GetElement and GetSize methods.
Retrieves an interface for the requested animation.
Syntax
object.GetElement( ) As Direct3DRMAnimation2
Parts
- object
- Object expression that resolves to a Direct3DRMAnimationArray object.
Return Value
Returns the Direct3DRMAnimation2 object.
Error Values
For a list of possible errors, see Direct3D Retained Mode Error Values.
Retrieves the number of animations in the array.
Syntax
object.GetSize( ) As Long
Parts
- object
- Object expression that resolves to a Direct3DRMAnimationArray object.
Return Value
Returns the number of animations.
Error Values
For a list of possible errors, see Direct3D Retained Mode Error Values.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.