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


IPixelResampler.SupportLinearScaling 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.SupportLinearScaling Property
ArcGIS Developer Help

IPixelResampler.SupportLinearScaling Property

Indicates if this resampler can accept simplified point array for simple linear scaling.

[Visual Basic .NET]
Public ReadOnly Property SupportLinearScaling As Boolean
[C#]
public bool SupportLinearScaling {get;}
[C++]
HRESULT get_SupportLinearScaling(
  Boolean* pSupportLinearScaling
);
[C++]
Parameters
pSupportLinearScaling [out, retval]

pSupportLinearScaling is a parameter of type bool*

Product Availability

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

See Also

IPixelResampler Interface