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()
<ObsoleteAttribute("Deprecated, Use GetDeviceRegion to get region data.")>
Public Function GetRegions As Region()
public:
[ObsoleteAttribute(L"Deprecated, Use GetDeviceRegion to get region data.")]
array<Region^>^ GetRegions()
[<ObsoleteAttribute("Deprecated, Use GetDeviceRegion to get region data.")>]
member GetRegions : unit -> Region[]
Return Value
Type:
Regionregions currently stored in the device
See Also