STK ObjectsSend comments on this topic.
ComputeTrack Method (IAgMtoAnalysisPosition)
See Also
TrackId
Time
Windows





Windows & Linux

Description

Computes the position of the track Id at the given time.

Syntax

[Visual Basic .NET]
Public Function ComputeTrack( _
    ByVal TrackId As Integer, _
    ByVal Time As System.Object _
) As IAgMtoTrackPoint
[C#]
public IAgMtoTrackPoint ComputeTrack(
    int TrackId,
    System.Object Time
);
[Managed C++]
public: IAgMtoTrackPoint^ ComputeTrack(
    int TrackId,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT ComputeTrack(
    int TrackId,
    VARIANT Time,
    IAgMtoTrackPoint ** ppRetVal
);
[Java]
public IAgMtoTrackPoint computeTrack(
    Integer TrackId,
    AgVariant Time
);
[Python - STK API ]
def ComputeTrack(self, TrackId:int, Time:typing.Any) -> "IAgMtoTrackPoint":

Parameters

TrackId
Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.