| SolutionTotal_Time Property |
[This is preliminary documentation and is subject to change.]
Gets/sets the accumulated time of the simulation
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double Total_Time { get; set; }
Public Property Total_Time As Double
Get
Set
public:
property double Total_Time {
double get ();
void set (double value);
}
member Total_Time : float with get, set
function get_Total_Time();
function set_Total_Time(value);
Property Value
Type:
DoubleSee Also