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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1