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


IPixelResampler.SupportLinearScaling Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pSupportLinearScaling
);
[C++]

Parameters pSupportLinearScaling [out, retval] pSupportLinearScaling is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPixelResampler Interface