| ReactorsParallel Property |
[This is preliminary documentation and is subject to change.]
Indicates whether Rmatrix and Xmatrix are to be considered in parallel.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool Parallel { get; set; }
Public Property Parallel As Boolean
Get
Set
public:
property bool Parallel {
bool get ();
void set (bool value);
}
member Parallel : bool with get, set
function get_Parallel();
function set_Parallel(value);
Property Value
Type:
BooleanSee Also