ArcObjects Library Reference (3DAnalyst)  

IViewers3D.ReplayFrame Method

Uses the camera to redraw a frame.

[Visual Basic .NET]
Public Sub ReplayFrame ( _
    ByVal Camera As ICamera _
)
[C#]
public void ReplayFrame (
    ICamera Camera
);
[C++]
HRESULT ReplayFrame(
  ICamera* Camera
);
[C++]

Parameters

Camera [in]

  Camera is a parameter of type ICamera

Product Availability

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

See Also

IViewers3D Interface