ArcObjects Library Reference (DataSourcesRaster)  

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