Click or drag to resize

IBuilderForceRefreshPropertiesGrid Method

Forcibly refreshes Properties Grid even when it is being edited.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
void ForceRefreshPropertiesGrid()
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