Properties and methods for ENCX::WVSDisplaySettings. These settings only affect single-file WVS drawing. More...
import"encxcom.idl";
Public Member Functions | |
HRESULT | Copy ([out, retval] IWVSDisplaySettings **pVal) |
Get an identical copy of this object. Like the Clone() method but type safe. More... | |
Properties | |
DWORD | LandColour [get, set] |
Fill colour of the land. More... | |
DWORD | LandOutlineColour [get, set] |
Colour of the land outline. More... | |
DWORD | LakeColour [get, set] |
Colour of the lakes. More... | |
DWORD | BorderColour [get, set] |
Colour of the political borders. More... | |
DWORD | RiverColour [get, set] |
Colour of the rivers. More... | |
FLOAT | LandOutlineWidth [get, set] |
Width of the land outline. More... | |
FLOAT | BorderWidth [get, set] |
Width of the political borders. More... | |
FLOAT | RiverWidth [get, set] |
Width of the rivers. More... | |
VARIANT_BOOL | Show [get, set] |
Show or hide WVS. More... | |
DWORD | LakeOutlineColour [get, set] |
Colour of the lake outline. More... | |
FLOAT | LakeOutlineWidth [get, set] |
Width of the lake outline. More... | |
DWORD | AntarcticaColour [get, set] |
Fill colour of Antarctica. More... | |
DWORD | AntarcticaOutlineColour [get, set] |
Colour of Antarctica outline. More... | |
Properties and methods for ENCX::WVSDisplaySettings. These settings only affect single-file WVS drawing.
Definition at line 3140 of file encxcom.idl.
HRESULT IWVSDisplaySettings::Copy | ( | [out, retval] IWVSDisplaySettings ** | pVal | ) |
Get an identical copy of this object. Like the Clone() method but type safe.
|
getset |
Fill colour of Antarctica.
|
getset |
Colour of Antarctica outline.
|
getset |
Colour of the political borders.
|
getset |
Width of the political borders.
|
getset |
Colour of the lakes.
|
getset |
Colour of the lake outline.
|
getset |
Width of the lake outline.
|
getset |
Fill colour of the land.
|
getset |
Colour of the land outline.
|
getset |
Width of the land outline.
|
getset |
Colour of the rivers.
|
getset |
Width of the rivers.
|
getset |
Show or hide WVS.