Adds a new element to the collection using specified point data. Time uses DateFormat Dimension. Latitude/Longitude use Angle Dimension. Altitude uses Distance Dimension.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgMtoTrackPoint AddPoint( System.Object Time, double Latitude, double Longitude, double Altitude ); |
| [Managed C++] |
|---|
public: IAgMtoTrackPoint^ AddPoint( VARIANT Time, double Latitude, double Longitude, double Altitude ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgMtoTrackPoint addPoint( AgVariant Time, double Latitude, double Longitude, double Altitude ); |
[Python - STK API ] |
|---|
def AddPoint(self, Time:typing.Any, Latitude:float, Longitude:float, Altitude:float) -> "IAgMtoTrackPoint": |
- Time
- Latitude
- Longitude
- Altitude






