Enables or disables the automatic update of the control (re-rendering the objects) when changes occur.
public bool AutoUpdate { get; set; }
Public Property AutoUpdate As Boolean
true to enable the automatic update; otherwise, false.
This is useful to apply multiple changes on a 3D object without having to render it for every change.
To make multiple changes on the 3D object without re-rendering, set this property to false.
Setting this value to true will cause the program to re-render the 3D object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET