Click or drag to resize

IHoloOptimizerMaxOptCycle Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void OptCycle(
	float positionPhysStart,
	int nbrSteps,
	float stepSizePhys,
	Action<bool> endAction,
	IProgress<int> progress,
	CancellationTokenSource tokenSource
)

Parameters

positionPhysStart  Single
 
nbrSteps  Int32
 
stepSizePhys  Single
 
endAction  ActionBoolean
 
progress  IProgressInt32
 
tokenSource  CancellationTokenSource
 
See Also