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





Windows & Linux

Description

Evaluates the scalar calculation, and rate, over the array of times provided by an Event Array component. It returns an array corresponding to the input times. Each element of this array is itself an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change.

Syntax

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

Parameters

RefArray

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.