AGI STK Objects 11 Send comments on this topic.
Gain Property (IAgAdditionalGainLoss)
See Also 





Description

Gets or sets the gain/loss value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Gain() As Double

[C#]
public double Gain {get; set;}

[Managed C++]
public: __property double get_Gain();
public: __property void set_Gain(
double
);

[Unmanaged C++]
public: HRESULT get_Gain(
double * pRetVal
);
public: HRESULT put_Gain(
double NewGain
);

[Java]
public double getGain();public void setGain(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1