'Declaration
Public Overloads Function RunRandomColonyPickingWorkflow( _ ByVal id As String, _ ByVal projectTemplateName As String, _ ByVal pinningProfileName As String, _ ByVal targetLayoutStartRow As String, _ ByVal targetLayoutStartColumn As String _ ) As Task(Of RunRandomColonyPickingCommandResponse)
'Usage
Dim instance As PIXLClient Dim id As String Dim projectTemplateName As String Dim pinningProfileName As String Dim targetLayoutStartRow As String Dim targetLayoutStartColumn As String Dim value As Task(Of RunRandomColonyPickingCommandResponse) value = instance.RunRandomColonyPickingWorkflow(id, projectTemplateName, pinningProfileName, targetLayoutStartRow, targetLayoutStartColumn)
public Task<RunRandomColonyPickingCommandResponse> RunRandomColonyPickingWorkflow( string id, string projectTemplateName, string pinningProfileName, string targetLayoutStartRow, string targetLayoutStartColumn )
public: Task<RunRandomColonyPickingCommandResponse>^ RunRandomColonyPickingWorkflow( String^ id, String^ projectTemplateName, String^ pinningProfileName, String^ targetLayoutStartRow, String^ targetLayoutStartColumn )
Parameters
- id
- The workflow's ID.
- projectTemplateName
- The name of the project template to use. If this is empty the last used settings will be used.
- pinningProfileName
- The name of the pinning profile to use. If this is not specified the profile from the workflow will be used.
- targetLayoutStartRow
- The row at which to start pinning to the target plate. This can be specified as an integer (1 based) or as alphabetically. If this is not specified the position from the current project template is used.
- targetLayoutStartColumn
- The column at which to start pinning to the target plate. This can be specified as an integer (1 based) or as alphabetically. If this is not specified the position from the current project template is used.
Return Value
The result of the action.