Description
Adds data points without velocity
information.
Syntax
| [Visual Basic .NET] |
Public Sub AddPositionBatch( _
ByRef Times As System.Array, _
ByRef Lats As System.Array, _
ByRef Lons As System.Array, _
ByRef Alts As System.Array _
)
|
| [C#] |
public void AddPositionBatch(
ref System.Array Times,
ref System.Array Lats,
ref System.Array Lons,
ref System.Array Alts
);
|
| [Managed C++] |
public: void AddPositionBatch(
System::Array ^^ Times,
System::Array ^^ Lats,
System::Array ^^ Lons,
System::Array ^^ Alts
);
|
| [Java] |
public addPositionBatch(
Object[] Times,
Object[] Lats,
Object[] Lons,
Object[] Alts
);
|
| [Unmanaged C++] |
public: HRESULT AddPositionBatch(
SAFEARRAY ** Times,
SAFEARRAY ** Lats,
SAFEARRAY ** Lons,
SAFEARRAY ** Alts
);
|
Parameters
See Also