AGI STK Astrogator 11 Send comments on this topic.
ArrayEfficiencyPercent Property (IAgVAPowerSolarArray)
See Also 





Description

The array efficiency in producing output power from a collection of cells. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArrayEfficiencyPercent() As Double

[C#]
public double ArrayEfficiencyPercent {get; set;}

[Managed C++]
public: __property double get_ArrayEfficiencyPercent();
public: __property void set_ArrayEfficiencyPercent(
double
);

[Unmanaged C++]
public: HRESULT get_ArrayEfficiencyPercent(
double * pRetVal
);
public: HRESULT put_ArrayEfficiencyPercent(
double NewArrayEfficiencyPercent
);

[Java]
public double getArrayEfficiencyPercent();public void setArrayEfficiencyPercent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1