Click or drag to resize
DigitalRuneIAnimationServiceIsAnimated Method (IAnimatableObject)
Determines whether the specified object is controlled by one or more animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
bool IsAnimated(
	IAnimatableObject animatableObject
)

Parameters

animatableObject
Type: DigitalRune.AnimationIAnimatableObject
The object.

Return Value

Type: Boolean
if animatableObject is animated; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionanimatableObject is .
See Also