Click or drag to resize

DeviceGetRegions Method

Note: This API is now obsolete.

Gets the currently configured regions stored in the device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
[ObsoleteAttribute("Deprecated, Use GetDeviceRegion to get region data.")]
public Region[] GetRegions()

Return Value

Type: Region
regions currently stored in the device
See Also