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.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxbool ModelInvokeRequired { get; }Property Value
Type: 
Boolean
See Also