AGI STK Objects 11 Send comments on this topic.
Add Method (IAgAdditionalGainLossCollection)
See Also 
Value





Description

Adds and returns a new gain with the corresponding value.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Value As Double _
) As IAgAdditionalGainLoss

[C#]
public IAgAdditionalGainLoss Add(
double Value
);

[Managed C++]
public: IAgAdditionalGainLoss^ Add(
double Value
);

[Java]
public IAgAdditionalGainLoss add(
double Value
);

[Unmanaged C++]
public: HRESULT Add(
double Value,
IAgAdditionalGainLoss ** ReturnValue
);

Parameters

Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1