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