Computes the position of all track of given Id at the given time.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgMtoTrackPointCollection ComputeTracks( System.Array TrackIds, System.Object Time ); |
| [Managed C++] |
|---|
public: IAgMtoTrackPointCollection^ ComputeTracks( System::Array ^ TrackIds, VARIANT Time ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgMtoTrackPointCollection computeTracks( AgSafeArray TrackIds, AgVariant Time ); |
[Python - STK API ] |
|---|
def ComputeTracks(self, TrackIds:list, Time:typing.Any) -> "IAgMtoTrackPointCollection": |
- TrackIds
- Time






