SAR.Step Property
The step.
[Category("Parameters")]
[Description("Step that is used to increment the Acceleration Factor")]
public double Step {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")]
[Description("Step that is used to increment the Acceleration Factor")]
public:
property double Step {
double get( );
void set(
double value
);
}
This language is not supported or no code example is available.
public
Category("Parameters")
Description("Step that is used to increment the Acceleration Factor")
function get Step() : double;
public
Category("Parameters")
Description("Step that is used to increment the Acceleration Factor")
function set Step(value : double);
This language is not supported or no code example is available.
Property Value
double
In this article
Definition