ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.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(
  long* pKeyframeCount
);
[C++]

Parameters

pKeyframeCount [out, retval]   pKeyframeCount is a parameter of type long

Product Availability

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

See Also

IAnimationTrack Interface