STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateArray Method (IAgCrdnCalcScalar)
See Also
Times
Windows





Windows & Linux

Description

Evaluates the scalar calculation, and rate, over an array of times, entered as strings in the Scenario date unit. It returns an array corresponding to the input times. Each element of this array is itself an array with two elements, the first element being of boolean type indicating whether the computation succeeded, followed by a double-precision value representing the computed scalar value.

Syntax

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

Parameters

Times

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.