| CktElementIsIsolated Property |
[This is preliminary documentation and is subject to change.]
Returns true if the current active element is isolated.
Note that this only fetches the current value. See also the Topology interface.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool IsIsolated { get; }
Public ReadOnly Property IsIsolated As Boolean
Get
public:
property bool IsIsolated {
bool get ();
}
member IsIsolated : bool with get
function get_IsIsolated();
Property Value
Type:
BooleanSee Also