STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT MultiplyQty(
    IAgQuantity * Quantity,
    IAgQuantity ** ppQuantity
);
[Java]
public IAgQuantity multiplyQty(
    IAgQuantity Quantity
);
[Python - STK API ]
def MultiplyQty(self, Quantity:"IAgQuantity") -> "IAgQuantity":

Parameters

Quantity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.