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





Description

Subtracts the value from the IAgQuantity interface to this interface. Returns a new IAgQuantity. The dimensions must be similar.

Syntax

[Visual Basic .NET]
Public Function Subtract( _
   ByVal Quantity As IAgQuantity _
) As IAgQuantity

[C#]
public IAgQuantity Subtract(
IAgQuantity Quantity
);

[Managed C++]
public: IAgQuantity^ Subtract(
IAgQuantity ^ Quantity
);

[Java]
public IAgQuantity subtract(
IAgQuantity Quantity
);

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

Parameters

Quantity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1