ArcObjects Library Reference (DataSourcesRaster)  

ISlopeZFactorArguments.PixelSizeFactor Property

The Z scale factor that converts z value to a function of x and y.

ERROR: Syntax information about ISlopeZFactorArguments.PixelSizeFactor may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[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

ISlopeZFactorArguments Interface