AGI STK Util 11 Send comments on this topic.
AssignSpherical Method (IAgPosition)
See Also 
Lat
The Latitude value.
Lon
The Longitude value.
Radius
The Radius value.
Windows






Windows & Linux

Description

Helper method to assign the position using the Spherical representation

Syntax

[Visual Basic .NET]
Public Sub AssignSpherical( _
   ByVal Lat As System.Object, _
   ByVal Lon As System.Object, _
   ByVal Radius As Double _
) 

[C#]
public void AssignSpherical(
System.Object Lat,
System.Object Lon,
double Radius
);

[Managed C++]
public: void AssignSpherical(
VARIANT Lat,
VARIANT Lon,
double Radius
);

[Java]
public  assignSpherical(
Variant Lat,
Variant Lon,
double Radius
);

[Unmanaged C++]
public: HRESULT AssignSpherical(
VARIANT Lat,
VARIANT Lon,
double Radius
);

Parameters

Lat
The Latitude value.
Lon
The Longitude value.
Radius
The Radius value.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface