This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.CreateKeyframe Method (ArcObjects .NET 10.5 SDK) |
Creates a new keyframe of the appropriate type and inserts it. If the index is -1, it is added last.
[Visual Basic .NET] Public Function CreateKeyframe ( _ ByVal index As Integer _ ) As IAGKeyframe
[C#] public IAGKeyframe CreateKeyframe ( int index );
[C++]
HRESULT CreateKeyframe(
long index,
IAGKeyframe** ppKeyframe
);
[C++]
Parameters index [in] index is a parameter of type long ppKeyframe [out, retval]
ppKeyframe is a parameter of type IAGKeyframe