Bottom

Gets and sets the y-coordinate of the bottom-right corner of the rectangle that defines the coverage area of the contour map. This property only applies when CoverageArea is set to CA_RECTANGLE.

 

JavaScript

 

 

 

Bottom

 

C#

 

 

 

double Bottom { get; set; }

 

C++

 

 

 

HRESULT Bottom([out, retval] double* pVal)

HRESULT Bottom([in] double pVal)