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






Windows & Linux

Description

Gets or sets the EIRP.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Eirp() As Double
[C#]
public double Eirp {get; set;}
[Managed C++]
public: __property double get_Eirp();
public: __property void set_Eirp(
   double
);
[Unmanaged C++]
public: HRESULT get_Eirp(
   double * pRetVal
);
public: HRESULT put_Eirp(
   double NewEirp
);
[Java]
public double getEirp();public void setEirp(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.