'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.