This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISlopeScalingArguments Interface > ISlopeScalingArguments.PixelSizeFactor Property (ArcObjects .NET 10.4 SDK) |
The Z scale factor that converts z value to a function of x and y.
[Visual Basic .NET] Public Property PixelSizeFactor As Double
[C#] public double PixelSizeFactor {get; set;}
[C++]
HRESULT get_PixelSizeFactor(
double* psZFactor
);
[C++]
HRESULT put_PixelSizeFactor(
double psZFactor
);
[C++]
Parameters psZFactor [out, retval] psZFactor is a parameter of type double psZFactor [in] psZFactor is a parameter of type double