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


ISlopeScalingArguments.PixelSizeFactor 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.PixelSizeFactor Property
ArcGIS Developer Help

ISlopeScalingArguments.PixelSizeFactor Property

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(
  System.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

Product Availability

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

See Also

ISlopeScalingArguments Interface