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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.