ArcObjects Library Reference (3DAnalyst)  

I3DViewer.Redraw Method

Redraws the viewer.

[Visual Basic .NET]
Public Sub Redraw ( _
    ByVal bCameraMoved As Boolean _
)
[C#]
public void Redraw (
    bool bCameraMoved
);
[C++]
HRESULT Redraw(
  VARIANT_BOOL bCameraMoved
);
[C++]

Parameters

bCameraMoved [in]   bCameraMoved is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

I3DViewer Interface