| ISTSeriesDevicesManagerGetWrappedSTSeriesDevice Method  |   | 
            Gets a digitizer device wrapped in a concrete object STSeriesDeviceContainerDevice
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
SyntaxSTSeriesDeviceContainerDevice GetWrappedSTSeriesDevice(
	int deviceNumber
)
Function GetWrappedSTSeriesDevice ( 
	deviceNumber As Integer
) As STSeriesDeviceContainerDevice
STSeriesDeviceContainerDevice^ GetWrappedSTSeriesDevice(
	int deviceNumber
)
abstract GetWrappedSTSeriesDevice : 
        deviceNumber : int -> STSeriesDeviceContainerDevice 
Parameters
- deviceNumber
 - Type: SystemInt32
The device number. 
Return Value
Type: 
STSeriesDeviceContainerDevicethe requested device object
Exceptions
See Also