←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly