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


IAGAnimationTrackKeyframes.KeyframeCount Property (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.KeyframeCount Property
ArcGIS Developer Help

IAGAnimationTrackKeyframes.KeyframeCount Property

The number of keyframes defined in the track.

[Visual Basic .NET]
Public ReadOnly Property KeyframeCount As Integer
[C#]
public int KeyframeCount {get;}
[C++]
HRESULT get_KeyframeCount(
  System.Int32* pKeyframeCount
);
[C++]
Parameters
pKeyframeCount [out, retval]

pKeyframeCount is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationTrackKeyframes Interface

.NET Samples

Move a graphic along a path in ArcMap