Click or drag to resize

BaseScanHeadDataProviderGetModel Method

Returns the model name of the scan head given its ID.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual string GetModel(
	string id
)

Parameters

id  String
The ID of the scan head.

Return Value

String
The model name.
See Also