Click or drag to resize

BaseLaserControllerCheckControllerFeature Method

Checks whether the automation feature is supported.

Namespace: RAYLASE.Marker.Device.LaserController
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 check.

Return Value

Boolean
True if feature is supported.
See Also