Converts a Cartographic position to a pixel coordinate relative to the globe control. This method can throw an exception. Returns an array containing the pixel coordinate (in the order x, y) of the Cartographic position relative to the globe control. The coordinate can be fractional.
[Visual Basic .NET] |
---|
Public Function CartographicToWindow( _ ByVal CentralBody As String, _ ByRef Position As System.Array _ ) As System.Array |
[C#] |
---|
public System.Array CartographicToWindow( |
[Managed C++] |
---|
public: System::Array CartographicToWindow( |
[Java] |
---|
public Object[] cartographicToWindow( |
[Unmanaged C++] |
---|
public: HRESULT CartographicToWindow( |
- 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#] | ![]() | |
---|---|---|
|
Shows the format of the Position parameter when converting a cartogaphic position to a pixel coordinate.
[Visual Basic .NET] | ![]() | |
---|---|---|
|