STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateEventArray 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 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 QuickEvaluateEventArray( _
    ByVal RefArray As IAgCrdnEventArray _
) As 
[C#]
public System.Array QuickEvaluateEventArray(
    IAgCrdnEventArray RefArray
);
[Managed C++]
public: System::Array QuickEvaluateEventArray(
    IAgCrdnEventArray ^ RefArray
);
[Java]
public VariantArray quickEvaluateEventArray(
    IAgCrdnEventArray RefArray
);
[Unmanaged C++]
public: HRESULT QuickEvaluateEventArray(
    IAgCrdnEventArray * RefArray,
    SAFEARRAY * * ppRetVal
);

Parameters

RefArray

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.