Click or drag to resize

GenericScanHeadDoShowUICallback Method

Invokes the callback that can be used when the DoShowUI method is done.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanHead
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void DoShowUICallback(
	PluginSettingsView settingsView
)

Parameters

settingsView  PluginSettingsView
The settings UI of this job element.
See Also