| SolutionStepSize Property |
[This is preliminary documentation and is subject to change.]
Time step size in sec
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double StepSize { get; set; }
Public Property StepSize As Double
Get
Set
public:
property double StepSize {
double get ();
void set (double value);
}
member StepSize : float with get, set
function get_StepSize();
function set_StepSize(value);
Property Value
Type:
DoubleSee Also