Singer Instruments PIXL Client
Plate Constructor



SI.PIXL.Client.Structs.PlateHandling Namespace > Plate Structure : Plate Constructor
The plates ID.
The plates type.
The plates role.
Initializes a new instance of the Plate struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As String, _
   ByVal type As PlateTypes, _
   ByVal role As PlateRoles _
)
'Usage
 
Dim id As String
Dim type As PlateTypes
Dim role As PlateRoles
 
Dim instance As New Plate(id, type, role)
public Plate( 
   string id,
   PlateTypes type,
   PlateRoles role
)
public:
Plate( 
   String^ id,
   PlateTypes type,
   PlateRoles role
)

Parameters

id
The plates ID.
type
The plates type.
role
The plates role.
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

Plate Structure
Plate Members