DeviceGetDefaultRegions Method |
Note: This API is now obsolete.
This method attempts to get the default regions stored in a device that
will be restored on a power cycle or reset.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax [ObsoleteAttribute("Deprecated, Use RestoreDefaultRegions.")]
public Region[] GetDefaultRegions()
<ObsoleteAttribute("Deprecated, Use RestoreDefaultRegions.")>
Public Function GetDefaultRegions As Region()
public:
[ObsoleteAttribute(L"Deprecated, Use RestoreDefaultRegions.")]
array<Region^>^ GetDefaultRegions()
[<ObsoleteAttribute("Deprecated, Use RestoreDefaultRegions.")>]
member GetDefaultRegions : unit -> Region[]
Return Value
Type:
Regiondefault region set
See Also