ArcObjects Library Reference (3DAnalyst)  

ISceneViewer.Redraw Method

Redraws the scene viewer.

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

Parameters

cameraMoved [in]   cameraMoved is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISceneViewer Interface

.NET Snippets

Zoom to 3D Bookmark | Zoom to Selected Globe Features

.NET Samples

Navigating around the GlobeControl (Code Files: Navigation) | Custom scene navigation commands (Code Files: Fly ZoomIn ZoomOut)

.NET Related Topics

3DAnalyst