AutoUpdate Property

Summary

Enables or disables the automatic update of the control (re-rendering the objects) when changes occur.

Syntax
C#
VB
C++
public bool AutoUpdate { get; set; } 
  
Public Property AutoUpdate As Boolean 
public: 
property bool AutoUpdate { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable the automatic update; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly