AGI STK Util 11 Send 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
);

[Java]
public IAgQuantity divideQty(
IAgQuantity Quantity
);

[Unmanaged C++]
public: HRESULT DivideQty(
IAgQuantity * Quantity,
IAgQuantity ** ReturnValue
);

Parameters

Quantity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface