STK Vector Geometry ToolSend comments on this topic.
QuickEvaluateWithRate Method (IAgCrdnCalcScalar)
See Also
Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
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 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
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRate(
    VARIANT Epoch,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray quickEvaluateWithRate(
    AgVariant Epoch
);
[Python - STK API ]
def QuickEvaluateWithRate(self, Epoch:typing.Any) -> list:

Parameters

Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.