This document is archived and information here might be outdated.  Recommended version.


IAnimationTrack.SortKeyframes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.SortKeyframes Method

Sorts the keyframes in ascending time order.

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

Product Availability

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

See Also

IAnimationTrack Interface