Microsoft DirectX 9.0

IDVBSLocator::put_Elevation

The put_Elevation method sets the elevation of the satellite in tenths of a degree.

Syntax

HRESULT put_Elevation(
  long Elevation
);

Parameters

Elevation

[in] Variable of type long that specifies for the locator the satellite's elevation 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