STK AgCrdnPluginSend comments on this topic.
Evaluate_RetVal Method (IAgCrdnConfiguredAngle)
See Also
Scale
Time scale for requested time.
WholeDays
Number of whole days in the time scale.
SecsIntoDay
Seconds into the day.
Windows





Windows & Linux

Description

Computes the Angle (rad) at the given time

Syntax

[Visual Basic .NET]
Public Function Evaluate_RetVal( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double _
) As Double
[C#]
public double Evaluate_RetVal(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Managed C++]
public: double Evaluate_RetVal(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Unmanaged C++]
public: HRESULT Evaluate_RetVal(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    double * pAngle
);
[Java]
public double evaluate_RetVal(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);

Parameters

Scale
Time scale for requested time.
WholeDays
Number of whole days in the time scale.
SecsIntoDay
Seconds into the day.

Return Type

Angle at the requested time.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.