AGI STK VGT 11Send comments on this topic.
QuickEvaluateWithRateEventArray Method (IAgCrdnCalcScalar)
See Also
RefArray
Windows






Windows & Linux

Description

Evaluates the scalar calculation, and rate, over the array of times provided by an Event Array component. It returns an array corresponding to the input times...

Syntax

[Visual Basic .NET]
Public Function QuickEvaluateWithRateEventArray( _
    ByVal RefArray As IAgCrdnEventArray _
) As 
[C#]
public System.Array QuickEvaluateWithRateEventArray(
    IAgCrdnEventArray RefArray
);
[Managed C++]
public: System::Array QuickEvaluateWithRateEventArray(
    IAgCrdnEventArray ^ RefArray
);
[Java]
public VariantArray quickEvaluateWithRateEventArray(
    IAgCrdnEventArray RefArray
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRateEventArray(
    IAgCrdnEventArray * RefArray,
    SAFEARRAY * * ppRetVal
);

Parameters

RefArray

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.