| PDElementspctPermanent Property |
[This is preliminary documentation and is subject to change.]
Get/Set percent of faults that are permanent (require repair). Otherwise, fault is assumed to be transient/temporary.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double pctPermanent { get; set; }
Public Property pctPermanent As Double
Get
Set
public:
property double pctPermanent {
double get ();
void set (double value);
}
member pctPermanent : float with get, set
function get_pctPermanent();
function set_pctPermanent(value);
Property Value
Type:
DoubleSee Also