| CktElementEnabled Property |
[This is preliminary documentation and is subject to change.]
Boolean indicating that element is currently in the circuit.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
function get_Enabled();
function set_Enabled(value);
Property Value
Type:
BooleanSee Also