Click or drag to resize

DeviceDeleteRegion Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Deprecated, Use DeleteDeviceRegion instead.")]
public void DeleteRegion(
	byte region
)

Parameters

region
Type: SystemByte
the region ID to delete
See Also