STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateWithRateForCalcScalarArray Method (IAgCrdnCalcScalarCommonTasks)
See Also
Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
CalcArrayVec
An array of calc scalars to be evaluated.
Windows





Windows & Linux

Description

Each input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself 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 QuickEvaluateWithRateForCalcScalarArray( _
    ByVal Epoch As System.Object, _
    ByVal CalcArrayVec As System.Array _
) As System.Array
[C#]
public System.Array QuickEvaluateWithRateForCalcScalarArray(
    System.Object Epoch,
    System.Array CalcArrayVec
);
[Managed C++]
public: System::Array QuickEvaluateWithRateForCalcScalarArray(
    VARIANT Epoch,
    System::Array ^ CalcArrayVec
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRateForCalcScalarArray(
    VARIANT Epoch,
    SAFEARRAY * * CalcArrayVec,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray quickEvaluateWithRateForCalcScalarArray(
    AgVariant Epoch,
    AgSafeArray CalcArrayVec
);
[Python - STK API ]
def QuickEvaluateWithRateForCalcScalarArray(self, Epoch:typing.Any, CalcArrayVec:list) -> list:

Parameters

Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
CalcArrayVec
An array of calc scalars to be evaluated.

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.