Click or drag to resize

IBuilderRefreshPropertiesGrid Method

Refreshes the Properties Grid unless it's currently being edited. This is the recommended API for most situations.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
void RefreshPropertiesGrid()
Remarks

For performance reasons, calls to RefreshPropertiesGrid will do nothing during a model reset or when a model is being initialized.

This method is thread safe so there is no need to use Invoke(Delegate, Object) or BeginInvoke(Delegate, Object). Using either of these can negatively affect performance.
See Also