Click or drag to resize

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()

Return Value

Type: Region
default region set
See Also