Singer Instruments PIXL Client
RunColonyDetectionWorkflow(String,String) Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > RunColonyDetectionWorkflow Method : RunColonyDetectionWorkflow(String,String) Method
The workflow's ID.
The name of the project template to use. If this is empty the last used settings will be used.
Run the Colony Detection workflow using a specified project template..
Syntax
'Declaration
 
Public Overloads Function RunColonyDetectionWorkflow( _
   ByVal id As String, _
   ByVal projectTemplateName As String _
) As Task(Of RunColonyDetectionCommandResponse)
'Usage
 
Dim instance As PIXLClient
Dim id As String
Dim projectTemplateName As String
Dim value As Task(Of RunColonyDetectionCommandResponse)
 
value = instance.RunColonyDetectionWorkflow(id, projectTemplateName)

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.

Return Value

The result of the action.
Example
This sample shows how to use the RunColonyDetectionWorkflow(String,String) method.
// Run the Colony Detection workflow with the last used project template.
pixl.RunColonyDetectionWorkflow("1234", string.Empty);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members
Overload List