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





Description

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

Syntax

[Visual Basic .NET]
Public Function ComputeTracks( _
   ByRef TrackIds As System.Array, _
   ByVal Time As System.Object _
) As IAgMtoTrackPointCollection

[C#]
public IAgMtoTrackPointCollection ComputeTracks(
ref System.Array TrackIds,
System.Object Time
);

[Managed C++]
public: IAgMtoTrackPointCollection^ ComputeTracks(
System::Array ^^ TrackIds,
VARIANT Time
);

[Java]
public IAgMtoTrackPointCollection computeTracks(
Object[] TrackIds,
Variant Time
);

[Unmanaged C++]
public: HRESULT ComputeTracks(
SAFEARRAY ** TrackIds,
VARIANT Time,
IAgMtoTrackPointCollection ** ReturnValue
);

Parameters

TrackIds
Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1