STK AgCrdnPluginSend comments on this topic.
Evaluate_Array Method (IAgCrdnConfiguredVectorWithRate)
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 Vector and its rate (in internal units) at the given time returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function Evaluate_Array( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double _
) As System.Array
[C#]
public System.Array Evaluate_Array(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Managed C++]
public: System::Array Evaluate_Array(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay
);
[Unmanaged C++]
public: HRESULT Evaluate_Array(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray evaluate_Array(
    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

An array containing the vector and its derivative at the requested time.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.