AGI STK Util 11 Send comments on this topic.
AssignCylindrical Method (IAgPosition)
See Also 
Radius
The Radius value.
Z
The Z value.
Lon
The Lon value.





Description

Helper method to assign the position using the Cylindrical representation

Syntax

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

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

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

[Java]
public  assignCylindrical(
double Radius,
double Z,
Variant Lon
);

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

Parameters

Radius
The Radius value.
Z
The Z value.
Lon
The Lon value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1