Microsoft DirectX 9.0 |
The put_OrbitalPosition method sets the setting for the satellite's orbital position.
Syntax
HRESULT put_OrbitalPosition(
long longitude
);
Parameters
longitude
[in] Variable of type long that specifies the satellite's longitude in tenths of a degree.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also