| PDElementsIsShunt Property |
[This is preliminary documentation and is subject to change.]
Boolean indicating of PD element should be treated as a shunt
element rather than a series element. Applies to Capacitor and Reactor
elements in particular.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool IsShunt { get; }
Public ReadOnly Property IsShunt As Boolean
Get
public:
property bool IsShunt {
bool get ();
}
member IsShunt : bool with get
Property Value
Type:
BooleanSee Also