| SettingsUEregs Property |
[This is preliminary documentation and is subject to change.]
Array of Integers defining energy meter registers to use for computing UE
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] UEregs { get; set; }
Public Property UEregs As Integer()
Get
Set
public:
property array<int>^ UEregs {
array<int>^ get ();
void set (array<int>^ value);
}
member UEregs : int[] with get, set
function get_UEregs();
function set_UEregs(value);
Property Value
Type:
Int32See Also