IBuilderModelInvokeRequired Property |
Essentially just a check if the current thread is the model thread,
but makes no guarantees that it will remain the model thread afterwards.
If the model is not currently running, or is running in the GUI thread,
this just returns InvokeRequired.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxbool ModelInvokeRequired { get; }Property Value
Boolean
See Also