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


IKeyframe.Apply Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IKeyframe.Apply Method

Apply to the object the active properties of the keyframe.

[Visual Basic .NET]
Public Sub Apply ( _
    ByVal pScene As IScene, _
    ByVal pObject As Object _
)
[C#]
public void Apply (
    IScene pScene,
    object pObject
);
[C++]
HRESULT Apply(
  IScene* pScene,
  VARIANT pObject
);
[C++]

Parameters pScene [in]
pScene is a parameter of type IScene pObject [in] pObject is a parameter of type VARIANT

Product Availability

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

Remarks

The second argument of this method can be a Camera, a Layer, or a Scene object, which corresponds to one of the three built-in animation types.

See Also

IKeyframe Interface