STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateWithRateArrayForCalcScalarArray Method (IAgCrdnCalcScalarCommonTasks)
See Also
Times
An array of times, expressed as strings in the Scenario date unit.
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 input times, 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 QuickEvaluateWithRateArrayForCalcScalarArray( _
    ByVal Times As System.Array, _
    ByVal CalcArrayVec As System.Array _
) As System.Array
[C#]
public System.Array QuickEvaluateWithRateArrayForCalcScalarArray(
    System.Array Times,
    System.Array CalcArrayVec
);
[Managed C++]
public: System::Array QuickEvaluateWithRateArrayForCalcScalarArray(
    System::Array ^ Times,
    System::Array ^ CalcArrayVec
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRateArrayForCalcScalarArray(
    SAFEARRAY * * Times,
    SAFEARRAY * * CalcArrayVec,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray quickEvaluateWithRateArrayForCalcScalarArray(
    AgSafeArray Times,
    AgSafeArray CalcArrayVec
);
[Python - STK API ]
def QuickEvaluateWithRateArrayForCalcScalarArray(self, Times:list, CalcArrayVec:list) -> list:

Parameters

Times
An array of times, expressed as strings in the Scenario date unit.
CalcArrayVec
An array of calc scalars to be evaluated.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.