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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function MultiplyQty( _
   ByVal Quantity As IAgQuantity _
) As IAgQuantity
[C#]
public IAgQuantity MultiplyQty(
   IAgQuantity Quantity
);
[Managed C++]
public: IAgQuantity^ MultiplyQty(
   IAgQuantity ^ Quantity
);
[Java]
public IAgQuantity multiplyQty(
   IAgQuantity Quantity
);
[Unmanaged C++]
public: HRESULT MultiplyQty(
   IAgQuantity * Quantity,
   IAgQuantity ** ReturnValue
);

Parameters

Quantity

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.