SPICE3DevicePrepareMarkOnTheFlyTail Method |
Creates a list to cleanup the MarkOnTheFly.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override Guid PrepareMarkOnTheFlyTail(
MarkOnTheFlyTriggerProfile motfTriggerProfile,
Guid? parentListGuid
)
Parameters
- motfTriggerProfile MarkOnTheFlyTriggerProfile
- The MarkOnTheFly trigger profile.
- parentListGuid NullableGuid
- The list ID of the parent. If set, the new list will be wrapped inside the parent list.
Return Value
GuidGuid of the created list. Pass this Guid to
[M:BaseScanController.SetList(???,System.Int32,System.Boolean,System.Boolean)]
See Also