STK ObjectsSend comments on this topic.
PreReceiveGainsLosses Property (IAgReceiverModelMedium)
See Also
Windows





Windows & Linux

Description

Gets the collection of additional pre-receive gains and losses

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PreReceiveGainsLosses() As IAgAdditionalGainLossCollection
[C#]
public IAgAdditionalGainLossCollection PreReceiveGainsLosses {get;}
[Managed C++]
public: __property IAgAdditionalGainLossCollection ^ get_PreReceiveGainsLosses();
[Unmanaged C++]
public: HRESULT get_PreReceiveGainsLosses(
    IAgAdditionalGainLossCollection ** ppRetVal
);
[Java]
public IAgAdditionalGainLossCollection getPreReceiveGainsLosses();
[Python - STK API ]
@property
def PreReceiveGainsLosses(self) -> "IAgAdditionalGainLossCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.