Singer Instruments PIXL Client
Pinning Constructor



SI.PIXL.Client.Structs.CommandResponse.Workflows.RandomColonyPicking Namespace > Pinning Structure : Pinning Constructor
A string providing the unique identifier assigned to the pinning.
The date time the pinning occurred on.
The source pinning position.
The target pinning positions.
Initializes a new instance of the Pinning struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal pinningID As String, _
   ByVal dateTime As Date, _
   ByVal source As SourcePinningPosition, _
   ByVal targets() As PinningPosition _
)
'Usage
 
Dim pinningID As String
Dim dateTime As Date
Dim source As SourcePinningPosition
Dim targets() As PinningPosition
 
Dim instance As New Pinning(pinningID, dateTime, source, targets)

Parameters

pinningID
A string providing the unique identifier assigned to the pinning.
dateTime
The date time the pinning occurred on.
source
The source pinning position.
targets
The target pinning positions.
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

Pinning Structure
Pinning Members