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


ISceneViewer.Redraw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer Interface > ISceneViewer.Redraw Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ISceneViewer Interface

.NET Samples

Custom scene navigation commands Custom scene navigation commands Custom scene navigation commands Navigating around the GlobeControl