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] |
---|
Public Function AddPoint( _ ByVal Time As System.Object, _ ByVal Latitude As Double, _ ByVal Longitude As Double, _ ByVal Altitude As Double _ ) As IAgMtoTrackPoint |
[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++] |
---|
public: HRESULT AddPoint( VARIANT Time, double Latitude, double Longitude, double Altitude, IAgMtoTrackPoint ** ppIAgMtoTrackPoint ); |
[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