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


ISlopeScalingArguments.PixelSizePower Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISlopeScalingArguments Interface > ISlopeScalingArguments.PixelSizePower Property
ArcGIS Developer Help

ISlopeScalingArguments.PixelSizePower Property

Pixel size power.

[Visual Basic .NET]
Public Property PixelSizePower As Double
[C#]
public double PixelSizePower {get; set;}
[C++]
HRESULT get_PixelSizePower(
  System.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