KeyframedAnimationSet.UnregisterRotationKey Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Removes the rotation data at the specified key frame.
Definition
Visual Basic .NET |
Public Sub UnregisterRotationKey( _ ByVal animation As Integer, _ ByVal key As Integer _ ) |
C# |
public void UnregisterRotationKey( int animation, int key ); |
Managed C++ |
public: void UnregisterRotationKey( int animation, int key ); |
JScript .NET |
public function UnregisterRotationKey( animation : int, key : int ); |
Parameters
animation
|
System.Int32. An integer that represents the animation index. |
key
|
System.Int32. An integer that represents the animation key frame. |
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.