| LineGeometriesYcoords Property |
[This is preliminary documentation and is subject to change.]
Get/Set the Y (vertical/height) coordinates of the conductors
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Ycoords { get; set; }
Public Property Ycoords As Double()
Get
Set
public:
property array<double>^ Ycoords {
array<double>^ get ();
void set (array<double>^ value);
}
member Ycoords : float[] with get, set
function get_Ycoords();
function set_Ycoords(value);
Property Value
Type:
DoubleSee Also