Click or drag to resize

ProcedureCompileAllAsync Method

Compile QuickLogic on a separate thread

Namespace: Demo3D.QuickLogic
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static void CompileAllAsync(
	Document doc,
	Action preCompileAction
)

Parameters

doc  Document
The current document
preCompileAction  Action
Action to execute if procedures are found
See Also