STK ObjectsSend comments on this topic.
AddPositionAsTarget Method (IAgVeTargetPointingCollection)
See Also
Latitude
Longitude
Altitude
Windows





Windows & Linux

Description

Adds the specified LLA position to the collection of targets. Latitude param uses Latitude Dimension, Longitude param uses Longitude Dimension. Alt param uses Distance Dimension.

Syntax

[Visual Basic .NET]
Public Function AddPositionAsTarget( _
    ByVal Latitude As Double, _
    ByVal Longitude As Double, _
    ByVal Altitude As Double _
) As IAgVeTargetPointingElement
[C#]
public IAgVeTargetPointingElement AddPositionAsTarget(
    double Latitude,
    double Longitude,
    double Altitude
);
[Managed C++]
public: IAgVeTargetPointingElement^ AddPositionAsTarget(
    double Latitude,
    double Longitude,
    double Altitude
);
[Unmanaged C++]
public: HRESULT AddPositionAsTarget(
    double Latitude,
    double Longitude,
    double Altitude,
    IAgVeTargetPointingElement ** ppRetVal
);
[Java]
public IAgVeTargetPointingElement addPositionAsTarget(
    double Latitude,
    double Longitude,
    double Altitude
);
[Python - STK API ]
def AddPositionAsTarget(self, Latitude:float, Longitude:float, Altitude:float) -> "IAgVeTargetPointingElement":

Parameters

Latitude
Longitude
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.