IBuilderForceRefreshPropertiesGrid Method | 
Namespace: Demo3D.Visuals
void ForceRefreshPropertiesGrid()
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.