Click or drag to resize

ProcedureCompileAllAsync Method

Compile QuickLogic on a separate thread

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

Parameters

doc
Type: Demo3D.VisualsDocument
The current document
preCompileAction
Type: SystemAction
Action to execute if procedures are found
See Also