Click or drag to resize

BaseScanHeadCheckControllerFeature Method

Checks whether the feature is supported by the scan head.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public bool CheckControllerFeature(
	ScanControllerAutomationFeatureType feature
)

Parameters

feature  ScanControllerAutomationFeatureType
Feature to validate.

Return Value

Boolean
True if the feature is supported.
See Also