AGI STK VGT 11Send comments on this topic.
QuickEvaluateEventArray 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 QuickEvaluateEventArray( _
   ByVal RefArray As IAgCrdnEventArray _
) As System.Array
[C#]
public System.Array QuickEvaluateEventArray(
   IAgCrdnEventArray RefArray
);
[Managed C++]
public: System::Array QuickEvaluateEventArray(
   IAgCrdnEventArray ^ RefArray
);
[Java]
public Object[] quickEvaluateEventArray(
   IAgCrdnEventArray RefArray
);
[Unmanaged C++]
public: HRESULT QuickEvaluateEventArray(
   IAgCrdnEventArray * RefArray,
   SAFEARRAY ** Array
);

Parameters

RefArray

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.