STK UtilSend comments on this topic.
AssignCylindrical Method (IAgPosition)
See Also
Radius
The Radius value.
Z
The Z value.
Lon
The Lon value.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT AssignCylindrical(
    double Radius,
    double Z,
    VARIANT Lon
);
[Java]
public void assignCylindrical(
    double Radius,
    double Z,
    AgVariant Lon
);
[Python - STK API ]
def AssignCylindrical(self, Radius:float, Z:float, Lon:typing.Any) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.