STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateArrayForCalcScalarArray 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 two elements: 1. success (boolean) 2. computed calc scalar value (double-precision).

Syntax

[Visual Basic .NET]
Public Function QuickEvaluateArrayForCalcScalarArray( _
    ByVal Times As System.Array, _
    ByVal CalcArrayVec As System.Array _
) As System.Array
[C#]
public System.Array QuickEvaluateArrayForCalcScalarArray(
    System.Array Times,
    System.Array CalcArrayVec
);
[Managed C++]
public: System::Array QuickEvaluateArrayForCalcScalarArray(
    System::Array ^ Times,
    System::Array ^ CalcArrayVec
);
[Unmanaged C++]
public: HRESULT QuickEvaluateArrayForCalcScalarArray(
    SAFEARRAY * * Times,
    SAFEARRAY * * CalcArrayVec,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray quickEvaluateArrayForCalcScalarArray(
    AgSafeArray Times,
    AgSafeArray CalcArrayVec
);
[Python - STK API ]
def QuickEvaluateArrayForCalcScalarArray(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.