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
See Also