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






Windows & Linux

Description

Gets the collection of additional post transmit gains and losses

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PostTransmitGainsLosses() As IAgAdditionalGainLossCollection

[C#]
public IAgAdditionalGainLossCollection PostTransmitGainsLosses {get;}

[Managed C++]
public: __property IAgAdditionalGainLossCollection^ get_PostTransmitGainsLosses();

[Unmanaged C++]
public: HRESULT get_PostTransmitGainsLosses(
IAgAdditionalGainLossCollection ** ppRetVal
);

[Java]
public IAgAdditionalGainLossCollection getPostTransmitGainsLosses();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface