ResampleMethod Property

ResampleMethod returns or sets the texture map (overlay) resampling method on a surface map. Returns an SrfOverlayResample.

Syntax

object.ResampleMethod

object. ResampleMethod = Resample

Parameter

Type

Description

Resample

srfOverlayResample

required

Example 1

This example shows how to return the resample method.

Debug.Print "Resample method = "; MapFrame4surface.ResampleMethod

Example 2

This example shows how to set the resample method to nearest.

MapFrame4surface.ResampleMethod = srfORNearest

Used by: MapFrame object