This document is archived and information here might be outdated. Recommended version. |
The sampling method used on the mosaic dataset while generating the overview raster dataset.
[Visual Basic .NET] Public Property ResamplingMethod As rstResamplingTypes
[C#] public rstResamplingTypes ResamplingMethod {get; set;}
[C++]
HRESULT get_ResamplingMethod(
rstResamplingTypes pSamplingMethod
);
[C++]
HRESULT put_ResamplingMethod(
rstResamplingTypes* pSamplingMethod
);
[C++]
Parameters pSamplingMethod [in]
pSamplingMethod is a parameter of type rstResamplingTypes pSamplingMethod [out, retval]
pSamplingMethod is a parameter of type rstResamplingTypes*