Extends tracks with the specified position data.
[Visual Basic .NET] |
---|
Public Sub ExtendTracksWithPosData( _ ByRef TrackIdsArray As System.Array, _ ByRef NumPtsPerTrackArray As System.Array, _ ByVal Datatype As AgEMtoInputDataType, _ ByRef TimesArray As System.Array, _ ByRef XorLatsArray As System.Array, _ ByRef YorLonsArray As System.Array, _ ByRef ZorAltsArray As System.Array _ ) |
[C#] |
---|
public void ExtendTracksWithPosData( |
[Managed C++] |
---|
public: void ExtendTracksWithPosData( |
[Java] |
---|
public extendTracksWithPosData( |
[Unmanaged C++] |
---|
public: HRESULT ExtendTracksWithPosData( |
- TrackIdsArray
- NumPtsPerTrackArray
- Datatype
Member Value Description eMtoInputDataTimeLatLonAlt 0 Input position data arrays are lat, lon, alt. eMtoInputDataTimeCbf 1 Input position data arrays are cartesian x, y, z in the MTO's central body fixed frame. eMtoInputDataTimeVGT 2 Input position data arrays are cartesian x, y, z in the MTO's specified data reference system. - TimesArray
- XorLatsArray
- YorLonsArray
- ZorAltsArray