| LinesIsSwitch Property |
[This is preliminary documentation and is subject to change.]
Sets/gets the Line element switch status. Setting it has side-effects to the line parameters.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool IsSwitch { get; set; }
Public Property IsSwitch As Boolean
Get
Set
public:
property bool IsSwitch {
bool get ();
void set (bool value);
}
member IsSwitch : bool with get, set
function get_IsSwitch();
function set_IsSwitch(value);
Property Value
Type:
BooleanSee Also