Converts a Cartographic position to a pixel
coordinate relative to the globe control. This method does not
throw an exception.
| [Visual Basic .NET] |
|---|
Public Function TryCartographicToWindow( _
ByVal CentralBody As String, _
ByRef Position As System.Array _
) As System.Array
|
| [C#] |
|---|
public System.Array TryCartographicToWindow(
|
| [Managed C++] |
|---|
public: System::Array TryCartographicToWindow(
|
| [Java] |
|---|
public Object[] tryCartographicToWindow(
|
| [Unmanaged C++] |
|---|
public: HRESULT TryCartographicToWindow(
|
- CentralBody
- The Central Body of the position.
- Position
- An array containing the Cartographic position to convert, provided in the order latitude, longitude, altitude.
Shows the format of
the Position parameter when converting a cartogaphic position to a
pixel coordinate.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Position parameter when converting a cartogaphic position to a
pixel coordinate.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||