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.





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1