CoverageArea

Gets and sets an enum that determines the coverage area of the contour map. The following are the possible values:

§   CA_RECTANGLE                        = 0
Applies the contour map to a rectangular area.

§   CA_ENTIRE_TERRAIN             = 1
Applies the contour map to the entire terrain.

 

JavaScript

 

 

 

CoverageArea

 

C#

 

 

 

CoverageArea CoverageArea { get; set; }

 

C++

 

 

 

HRESULT CoverageArea([out, retval] CoverageArea* pVal)

HRESULT CoverageArea([in] CoverageArea pVal)