ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
IWVSDisplaySettings Interface Reference

Properties and methods for ENCX::WVSDisplaySettings. These settings only affect single-file WVS drawing. More...

import"encxcom.idl";

Inheritance diagram for IWVSDisplaySettings:
Inheritance graph
[legend]

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...
 

Detailed Description

Properties and methods for ENCX::WVSDisplaySettings. These settings only affect single-file WVS drawing.

Definition at line 3132 of file encxcom.idl.

Member Function Documentation

◆ Copy()

HRESULT IWVSDisplaySettings::Copy ( [out, retval] IWVSDisplaySettings **  pVal)

Get an identical copy of this object. Like the Clone() method but type safe.

Property Documentation

◆ AntarcticaColour

DWORD IWVSDisplaySettings::AntarcticaColour
getset

Fill colour of Antarctica.

◆ AntarcticaOutlineColour

DWORD IWVSDisplaySettings::AntarcticaOutlineColour
getset

Colour of Antarctica outline.

◆ BorderColour

DWORD IWVSDisplaySettings::BorderColour
getset

Colour of the political borders.

◆ BorderWidth

FLOAT IWVSDisplaySettings::BorderWidth
getset

Width of the political borders.

◆ LakeColour

DWORD IWVSDisplaySettings::LakeColour
getset

Colour of the lakes.

◆ LakeOutlineColour

DWORD IWVSDisplaySettings::LakeOutlineColour
getset

Colour of the lake outline.

◆ LakeOutlineWidth

FLOAT IWVSDisplaySettings::LakeOutlineWidth
getset

Width of the lake outline.

◆ LandColour

DWORD IWVSDisplaySettings::LandColour
getset

Fill colour of the land.

◆ LandOutlineColour

DWORD IWVSDisplaySettings::LandOutlineColour
getset

Colour of the land outline.

◆ LandOutlineWidth

FLOAT IWVSDisplaySettings::LandOutlineWidth
getset

Width of the land outline.

◆ RiverColour

DWORD IWVSDisplaySettings::RiverColour
getset

Colour of the rivers.

◆ RiverWidth

FLOAT IWVSDisplaySettings::RiverWidth
getset

Width of the rivers.

◆ Show

VARIANT_BOOL IWVSDisplaySettings::Show
getset

Show or hide WVS.