This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISlopeScalingArguments Interface > ISlopeScalingArguments.PixelSizePower Property (ArcObjects .NET 10.5 SDK) |
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