AGI STK Objects 11 Send comments on this topic.
Efficiency Property (IAgAntennaModelItuS1528R13)
See Also 





Description

Gets or sets the efficiency.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Efficiency();
public: __property void set_Efficiency(
double
);

[Unmanaged C++]
public: HRESULT get_Efficiency(
double * pRetVal
);
public: HRESULT put_Efficiency(
double NewEfficiency
);

[Java]
public double getEfficiency();public void setEfficiency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1