This document is archived and information here might be outdated.  Recommended version.


IExportItemsParameters.ResamplingType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.ResamplingType Property
ArcGIS Developer Help

IExportItemsParameters.ResamplingType Property

The resampling type.

[Visual Basic .NET]
Public Property ResamplingType As rstResamplingTypes
[C#]
public rstResamplingTypes ResamplingType {get; set;}
[C++]
HRESULT get_ResamplingType(
  rstResamplingTypes pType
);
[C++]
HRESULT put_ResamplingType(
  rstResamplingTypes* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type rstResamplingTypes pType [out, retval]
pType is a parameter of type rstResamplingTypes*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportItemsParameters Interface