Computes the position of all track of given Id at the given time.
[Visual Basic .NET] |
---|
Public Function ComputeTracks( _ ByVal TrackIds As System.Array, _ ByVal Time As System.Object _ ) As |
[C#] |
---|
public IAgMtoTrackPointCollection ComputeTracks( System.Array TrackIds, System.Object Time ); |
[Managed C++] |
---|
public: IAgMtoTrackPointCollection^ ComputeTracks( System::Array ^ TrackIds, VARIANT Time ); |
[Java] |
---|
public IAgMtoTrackPointCollection computeTracks( VariantArray TrackIds, VARIANT Time ); |
[Unmanaged C++] |
---|
public: HRESULT ComputeTracks( SAFEARRAY * * TrackIds, VARIANT Time, IAgMtoTrackPointCollection ** ppRetVal ); |
- TrackIds
- Time