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





Windows & Linux

Description

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

Syntax

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

Parameters

Quantity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.