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


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

ISceneGraph.EnableRefresh Method

If true, enables refreshing of viewers.

[Visual Basic .NET]
Public Sub EnableRefresh ( _
    ByVal bEnable As Boolean _
)
[C#]
public void EnableRefresh (
    bool bEnable
);
[C++]
HRESULT EnableRefresh(
  VARIANT_BOOL bEnable
);
[C++]
Parameters
bEnable [in]

bEnable is a parameter of type bool

Product Availability

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

See Also

ISceneGraph Interface