Singer Instruments PIXL Client
Pinning Constructor



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

Parameters

pinningID
A string providing the unique identifier assigned to the pinning.
dateTime
The date time the pinning occurred on.
positions
An array containing information on all the pinnings.
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