| LoadsZIPV Property |
[This is preliminary documentation and is subject to change.]
Array of 7 doubles with values for ZIPV property of the load object
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] ZIPV { get; set; }
Public Property ZIPV As Double()
Get
Set
public:
property array<double>^ ZIPV {
array<double>^ get ();
void set (array<double>^ value);
}
member ZIPV : float[] with get, set
function get_ZIPV();
function set_ZIPV(value);
Property Value
Type:
DoubleSee Also