Description
Helper method to get the position using the Cylindrical representation
Syntax
| [Visual Basic .NET] |
|---|
Public Sub QueryCylindrical( _
ByRef Radius As Double, _
ByRef Lon As System.Object, _
ByRef Z As Double _
) As
|
| [C#] |
|---|
public void QueryCylindrical(
ref double Radius,
ref System.Object Lon,
ref double Z
);
|
| [Managed C++] |
|---|
public: void QueryCylindrical(
double ^ Radius,
VARIANT ^ Lon,
double ^ Z
);
|
| [Java] |
|---|
public void queryCylindrical(
double Radius,
VARIANT Lon,
double Z
);
|
| [Unmanaged C++] |
|---|
public: HRESULT QueryCylindrical(
double * Radius,
VARIANT * Lon,
double * Z
);
|
Parameters
See Also