| XYCurvesy Property |
[This is preliminary documentation and is subject to change.]
Set Y value or get interpolated Y value after setting X
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double y { get; set; }
Public Property y As Double
Get
Set
public:
property double y {
double get ();
void set (double value);
}
member y : float with get, set
function get_y();
function set_y(value);
Property Value
Type:
DoubleSee Also