'Declaration
Public Function DetermineRandomColonyPickingStartPosition( _ ByVal projectTemplateName As String, _ ByVal currentRow As String, _ ByVal currentColumn As String _ ) As RandomColonyPickingStartPosition
'Usage
Dim instance As PIXLClient Dim projectTemplateName As String Dim currentRow As String Dim currentColumn As String Dim value As RandomColonyPickingStartPosition value = instance.DetermineRandomColonyPickingStartPosition(projectTemplateName, currentRow, currentColumn)
public RandomColonyPickingStartPosition DetermineRandomColonyPickingStartPosition( string projectTemplateName, string currentRow, string currentColumn )
public: RandomColonyPickingStartPosition^ DetermineRandomColonyPickingStartPosition( String^ projectTemplateName, String^ currentRow, String^ currentColumn )
Parameters
- projectTemplateName
- The name of the project template to use. If this is not specified the last used template will be used.
- currentRow
- The current row. 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.
- currentColumn
- The current column. 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 start position.