public double[] Zr { get; set; }Public Property Zr As Double()
Get
Setpublic:
virtual property array<double>^ Zr {
array<double>^ get () sealed;
void set (array<double>^ value) sealed;
}abstract Zr : float[] with get, set
override Zr : float[] with get, set