C-DEngine 5.105

TheBaseEngine..::..SetDeviceTypes Method

Declares a list of DeviceTypes for this plugins

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetDeviceTypes(
	List<TheDeviceTypeInfo> pDeviceTypeInfo
)
Public Sub SetDeviceTypes ( _
	pDeviceTypeInfo As List(Of TheDeviceTypeInfo) _
)
public:
void SetDeviceTypes(
	List<TheDeviceTypeInfo^>^ pDeviceTypeInfo
)

Parameters

pDeviceTypeInfo
Type: List<(Of <(<'TheDeviceTypeInfo>)>)>