AGI STK VGT 11Send comments on this topic.
QuickEvaluate 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 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 QuickEvaluate( _
   ByVal Epoch As System.Object _
) As System.Array
[C#]
public System.Array QuickEvaluate(
   System.Object Epoch
);
[Managed C++]
public: System::Array QuickEvaluate(
   VARIANT Epoch
);
[Java]
public Object[] quickEvaluate(
   Variant Epoch
);
[Unmanaged C++]
public: HRESULT QuickEvaluate(
   VARIANT Epoch,
   SAFEARRAY ** Array
);

Parameters

Epoch

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.