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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1