AGI STK Util 11 Send comments on this topic.
Add Method (IAgQuantity)
See Also 
Quantity





Description

Adds the value from the IAgQuantity interface to this interface. Returns a new IAgQuantity. The dimensions must be similar.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Quantity As IAgQuantity _
) As IAgQuantity

[C#]
public IAgQuantity Add(
IAgQuantity Quantity
);

[Managed C++]
public: IAgQuantity^ Add(
IAgQuantity ^ Quantity
);

[Java]
public IAgQuantity add(
IAgQuantity Quantity
);

[Unmanaged C++]
public: HRESULT Add(
IAgQuantity * Quantity,
IAgQuantity ** ReturnValue
);

Parameters

Quantity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1