AGI STK Objects 11Send 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 
[C#]
public IAgMtoTrackPoint ComputeTrack(
    int TrackId,
    System.Object Time
);
[Managed C++]
public: IAgMtoTrackPoint^ ComputeTrack(
    int TrackId,
    VARIANT Time
);
[Java]
public IAgMtoTrackPoint computeTrack(
    Integer TrackId,
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT ComputeTrack(
    int TrackId,
    VARIANT Time,
    IAgMtoTrackPoint ** ppRetVal
);

Parameters

TrackId
Time

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.