Click or drag to resize

DeviceDeleteDeviceRegion Method

This method deletes a region from the device

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void DeleteDeviceRegion(
	byte region
)

Parameters

region
Type: SystemByte
the region ID to delete
Remarks
This method requires firmware version 4.0 or higher.
See Also