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


IAGAnimationTrackKeyframes.SortKeyframes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.SortKeyframes Method
ArcGIS Developer Help

IAGAnimationTrackKeyframes.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.

See Also

IAGAnimationTrackKeyframes Interface