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