STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateWithRateEventArrayForCalcScalarArray Method (IAgCrdnCalcScalarCommonTasks)
See Also
RefArray
An Event Array component used to specify an input time array.
CalcArrayVec
An array of calc scalars to be evaluated.
Windows





Windows & Linux

Description

Each input calc scalar in calcArrayVec is evaluated over the array of times provided by the Event Array component, returning the results as an array of elements, where each element corresponds to an input time. Each element is itself an array of results, where each result corresponds to an input calc scalar. Each result is an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision).

Syntax

[Visual Basic .NET]
Public Function QuickEvaluateWithRateEventArrayForCalcScalarArray( _
    ByVal RefArray As IAgCrdnEventArray, _
    ByVal CalcArrayVec As System.Array _
) As System.Array
[C#]
public System.Array QuickEvaluateWithRateEventArrayForCalcScalarArray(
    IAgCrdnEventArray RefArray,
    System.Array CalcArrayVec
);
[Managed C++]
public: System::Array QuickEvaluateWithRateEventArrayForCalcScalarArray(
    IAgCrdnEventArray ^ RefArray,
    System::Array ^ CalcArrayVec
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRateEventArrayForCalcScalarArray(
    IAgCrdnEventArray * RefArray,
    SAFEARRAY * * CalcArrayVec,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray quickEvaluateWithRateEventArrayForCalcScalarArray(
    IAgCrdnEventArray RefArray,
    AgSafeArray CalcArrayVec
);
[Python - STK API ]
def QuickEvaluateWithRateEventArrayForCalcScalarArray(self, RefArray:"IAgCrdnEventArray", CalcArrayVec:list) -> list:

Parameters

RefArray
An Event Array component used to specify an input time array.
CalcArrayVec
An array of calc scalars to be evaluated.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.