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


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

IAGKeyframe.Apply Method

Apply to the object the active properties of the keyframe.

[Visual Basic .NET]
Public Sub Apply ( _
    ByVal pTrack As IAGAnimationTrack, _
    ByVal pContainer As IAGAnimationContainer, _
    ByVal pObject As Object _
)
[C#]
public void Apply (
    IAGAnimationTrack pTrack,
    IAGAnimationContainer pContainer,
    object pObject
);
[C++]
HRESULT Apply(
  IAGAnimationTrack* pTrack,
  IAGAnimationContainer* pContainer,
  VARIANT pObject
);
[C++]
Parameters
pTrack [in]

pTrack is a parameter of type IAGAnimationTrack* pContainer [in]
pContainer is a parameter of type IAGAnimationContainer* pObject [in]
pObject is a parameter of type VARIANT

Product Availability

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

See Also

IAGKeyframe Interface