STK UtilSend comments on this topic.
DivideQty Method (IAgQuantity)
See Also
Quantity
Windows





Windows & Linux

Description

Divides the value from the IAgQuantity interface to this interface. The dimensions must be similar.

Syntax

[Visual Basic .NET]
Public Function DivideQty( _
    ByVal Quantity As IAgQuantity _
) As IAgQuantity
[C#]
public IAgQuantity DivideQty(
    IAgQuantity Quantity
);
[Managed C++]
public: IAgQuantity^ DivideQty(
    IAgQuantity ^ Quantity
);
[Unmanaged C++]
public: HRESULT DivideQty(
    IAgQuantity * Quantity,
    IAgQuantity ** ppQuantity
);
[Java]
public IAgQuantity divideQty(
    IAgQuantity Quantity
);
[Python - STK API ]
def DivideQty(self, Quantity:"IAgQuantity") -> "IAgQuantity":

Parameters

Quantity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.