Multiplies the value from the IAgQuantity
interface to this interface. Returns a new IAgQuantity. The
dimensions must be similar.
| [Visual Basic .NET] |
|---|
Public Function MultiplyQty( _
ByVal Quantity As IAgQuantity _
) As IAgQuantity
|
| [C#] |
|---|
public IAgQuantity MultiplyQty(
|
| [Managed C++] |
|---|
public: IAgQuantity^ MultiplyQty(
|
| [Java] |
|---|
public IAgQuantity multiplyQty(
|
| [Unmanaged C++] |
|---|
public: HRESULT MultiplyQty(
|
- Quantity