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





Description

Evaluates the scalar calculation at the specified time instant and returns the results an array with three elements, the first element being of boolean type indicating whether the computation's 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 QuickEvaluateWithRate( _
   ByVal Epoch As System.Object _
) As System.Array

[C#]
public System.Array QuickEvaluateWithRate(
System.Object Epoch
);

[Managed C++]
public: System::Array QuickEvaluateWithRate(
VARIANT Epoch
);

[Java]
public Object[] quickEvaluateWithRate(
Variant Epoch
);

[Unmanaged C++]
public: HRESULT QuickEvaluateWithRate(
VARIANT Epoch,
SAFEARRAY ** Array
);

Parameters

Epoch

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1