DisplayStyle

Gets and sets an enum that determines how the contour map is displayed. The following are the possible values:

§   CDS_CONTOUR_STYLE_DEFAULT                                     = -1
Default

§   CDS_CONTOUR_STYLE_LINES                                            = 0
Displays contour lines at set elevation values.

§   CDS_CONTOUR_STYLE_COLORS                                       = 1
Represents varying altitudes in different colors according to the selected color scheme.

§   CDS_CONTOUR_STYLE_LINES_AND_COLORS             = 2
Displays both contour lines and contour colors

 

JavaScript

 

 

 

DisplayStyle

 

C#

 

 

 

ContourDisplayStyle DisplayStyle { get; set; }

 

C++

 

 

 

HRESULT DisplayStyle([out, retval] ContourDisplayStyle* pVal);

HRESULT DisplayStyle([in] ContourDisplayStyle pVal);