AGI STK Util 11Send comments on this topic.
SetValues Method (IAgGeodetic)
See Also 
Lat
The latitude value.
Lon
The longitude value.
Alt
The altitude value.
Windows






Windows & Linux

Description

This property is deprecated. Use AssignGeodetic instead.

Syntax

[Visual Basic .NET]
Public Sub SetValues( _
   ByVal Lat As System.Object, _
   ByVal Lon As System.Object, _
   ByVal Alt As Double _
) 
[C#]
public void SetValues(
   System.Object Lat,
   System.Object Lon,
   double Alt
);
[Managed C++]
public: void SetValues(
   VARIANT Lat,
   VARIANT Lon,
   double Alt
);
[Java]
public  setValues(
   Variant Lat,
   Variant Lon,
   double Alt
);
[Unmanaged C++]
public: HRESULT SetValues(
   VARIANT Lat,
   VARIANT Lon,
   double Alt
);

Parameters

Lat
The latitude value.
Lon
The longitude value.
Alt
The altitude value.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.