Returns the current surface type.
The returned type can be one of the following enumerated values:
- ST_STANDARD - each grid cell is assigned a color according to a level color corresponding to the value of left bottom point.
- ST_LEVELS - each cell is intersected with horizontal planes (where the plane Y value corresponds to a level) and polygons, which were created by intersection of grid cells with the planes, are painted with appropriate level colors.