KeyframedAnimationSet.UnregisterTranslationKey Method

Language:

Removes the translation data at the specified key frame.

Definition

Visual Basic Public Sub UnregisterTranslationKey( _
    ByVal animation As Integer, _
    ByVal key As Integer _
)
C# public void UnregisterTranslationKey(
    int animation,
    int key
);
C++ public:
void UnregisterTranslationKey(
    int animation,
    int key
);
JScript public function UnregisterTranslationKey(
    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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.