ProcedureCompileAllAsync Method |
Compile QuickLogic on a separate thread
Namespace: Demo3D.QuickLogicAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void CompileAllAsync(
Document doc,
Action preCompileAction
)
Parameters
- doc Document
- The current document
- preCompileAction Action
- Action to execute if procedures are found
See Also