AGI STK Objects 11Send 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
);
[Java]
public IAgVeTargetPointingElement addPositionAsTarget(
   double Latitude,
   double Longitude,
   double Altitude
);
[Unmanaged C++]
public: HRESULT AddPositionAsTarget(
   double Latitude,
   double Longitude,
   double Altitude,
   IAgVeTargetPointingElement ** ReturnValue
);

Parameters

Latitude
Longitude
Altitude

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.