Click or drag to resize

BaseImageProcessingAutomationGetIlluminationControllers Method

Retrieves the available illumination controllers.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract Dictionary<ICameraAndIlluminationHolder, string> GetIlluminationControllers()

Return Value

DictionaryICameraAndIlluminationHolder, String
A dictionary containing an ICameraAndIlluminationHolders as key and the illumination controllers' short labels as values.
See Also