| RegControlsMaxTapChange Property |
[This is preliminary documentation and is subject to change.]
Maximum tap change per iteration in STATIC solution mode. 1 is more realistic, 16 is the default for a faster soluiton.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int MaxTapChange { get; set; }
Public Property MaxTapChange As Integer
Get
Set
public:
property int MaxTapChange {
int get ();
void set (int value);
}
member MaxTapChange : int with get, set
function get_MaxTapChange();
function set_MaxTapChange(value);
Property Value
Type:
Int32See Also