| XYCurvesYarray Property |
[This is preliminary documentation and is subject to change.]
Get/Set Y values in curve; Set Npts to max number expected if setting
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Yarray { get; set; }
Public Property Yarray As Double()
Get
Set
public:
property array<double>^ Yarray {
array<double>^ get ();
void set (array<double>^ value);
}
member Yarray : float[] with get, set
function get_Yarray();
function set_Yarray(value);
Property Value
Type:
DoubleSee Also