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