AGI STK Objects 11 Send comments on this topic.
ComputeTrack Method (IAgMtoAnalysisPosition)
See Also 
TrackId
Time





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
);

[Java]
public IAgMtoTrackPoint computeTrack(
ppInteger TrackId,
Variant Time
);

[Unmanaged C++]
public: HRESULT ComputeTrack(
int TrackId,
VARIANT Time,
IAgMtoTrackPoint ** ReturnValue
);

Parameters

TrackId
Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1