Microsoft DirectX 9.0 |
The WestPosition property sets or retrieves a flag indicating whether or not longitude values are "west longitude".
Syntax
objDVBCLocator.WestPosition As Boolean
Parameters
This property takes no parameters
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
This property returns VARIANT_TRUE when longitude values are "west longitude" and VARIANT_FALSE otherwise.
Remarks
When assigning this property, the value specified will apply to all longitude values that follow.
See Also