ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.RemoveAllKeyframes Method

Removes all the keyframes.

[Visual Basic .NET]
Public Sub RemoveAllKeyframes ( _
)
[C#]
public void RemoveAllKeyframes (
);
[C++]
HRESULT RemoveAllKeyframes(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface