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

© 2018 Analytical Graphics, Inc. All Rights Reserved.