| CapacitorsIsDelta Property |
[This is preliminary documentation and is subject to change.]
Delta connection or wye?
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool IsDelta { get; set; }
Public Property IsDelta As Boolean
Get
Set
public:
property bool IsDelta {
bool get ();
void set (bool value);
}
member IsDelta : bool with get, set
function get_IsDelta();
function set_IsDelta(value);
Property Value
Type:
BooleanSee Also