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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.