CoverageArea

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

§   CA_RECTANGLE =  0
Applies the slope map to a rectangular area based on the Top, Bottom, Left, and Right properties.

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

 

JavaScript

 

 

 

CoverageArea

 

C#

 

 

 

CoverageArea CoverageArea { get; set; }

 

C++

 

 

 

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

HRESULT CoverageArea([in] CoverageArea pVal)