ArcObjects Library Reference (DataSourcesRaster)  

ISlopeScalingArguments.PixelSizePower Property

Pixel size power.

[Visual Basic .NET]
Public Property PixelSizePower As Double
[C#]
public double PixelSizePower {get; set;}
[C++]
HRESULT get_PixelSizePower(
  double* psPower
);
[C++]
HRESULT put_PixelSizePower(
  double psPower
);
[C++]

Parameters

psPower [out, retval]   psPower is a parameter of type double psPower [in]   psPower is a parameter of type double

Product Availability

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

See Also

ISlopeScalingArguments Interface