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