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





Description

This property is deprecated. Use AssignGeocentric 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1