Computes the position of all tracks at the given time.
[Visual Basic .NET] |
---|
Public Function ComputeAllTracks( _ ByVal Time As System.Object _ ) As |
[C#] |
---|
public IAgMtoTrackPointCollection ComputeAllTracks( System.Object Time ); |
[Managed C++] |
---|
public: IAgMtoTrackPointCollection^ ComputeAllTracks( VARIANT Time ); |
[Java] |
---|
public IAgMtoTrackPointCollection computeAllTracks( VARIANT Time ); |
[Unmanaged C++] |
---|
public: HRESULT ComputeAllTracks( VARIANT Time, IAgMtoTrackPointCollection ** ppRetVal ); |
- Time