BaseLaserControllerEnablePointer(Boolean, Int32) Method |
Enable or disable the pointer.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic virtual Guid EnablePointer(
bool enable,
int correctionFileIndex
)
Parameters
- enable Boolean
- Enable pointer
- correctionFileIndex Int32
- Index of the correction file, for setting the matching calibration. Default i 0.
Return Value
GuidGuid of the created list. Pass this Guid to
SetList(Guid, Int32, Boolean, Boolean).
See Also