AGI STK VGT 11Send comments on this topic.
QuickEvaluateWithRate Method (IAgCrdnCalcScalar)
See Also
Epoch
Windows






Windows & Linux

Description

Evaluates the scalar calculation at the specified time instant and returns the results as an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one rep...

Syntax

[Visual Basic .NET]
Public Function QuickEvaluateWithRate( _
    ByVal Epoch As System.Object _
) As 
[C#]
public System.Array QuickEvaluateWithRate(
    System.Object Epoch
);
[Managed C++]
public: System::Array QuickEvaluateWithRate(
    VARIANT Epoch
);
[Java]
public VariantArray quickEvaluateWithRate(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRate(
    VARIANT Epoch,
    SAFEARRAY * * ppRetVal
);

Parameters

Epoch

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.