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
)<ObsoleteAttribute("Deprecated, Use DeleteDeviceRegion instead.")>
Public Sub DeleteRegion ( 
	region As Byte
)public:
[ObsoleteAttribute(L"Deprecated, Use DeleteDeviceRegion instead.")]
void DeleteRegion(
	unsigned char region
)
[<ObsoleteAttribute("Deprecated, Use DeleteDeviceRegion instead.")>]
member DeleteRegion : 
        region : byte -> unit 
Parameters
- region
 - Type: SystemByte
the region ID to delete 
See Also