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


IPixelResampler.LinearScaling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelResampler Interface > IPixelResampler.LinearScaling Property
ArcGIS Developer Help

IPixelResampler.LinearScaling Property

Indicates if only linear scaling is necessary.

[Visual Basic .NET]
Public Property LinearScaling As Boolean
[C#]
public bool LinearScaling {get; set;}
[C++]
HRESULT get_LinearScaling(
  Boolean* pLinearScaling
);
[C++]
HRESULT put_LinearScaling(
  VARIANT_BOOL pLinearScaling
);
[C++]
Parameters
pLinearScaling [out, retval]

pLinearScaling is a parameter of type bool* pLinearScaling [in]
pLinearScaling is a parameter of type bool

Product Availability

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

See Also

IPixelResampler Interface