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


IHillshadeFunctionArguments.ZFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHillshadeFunctionArguments Interface > IHillshadeFunctionArguments.ZFactor Property
ArcGIS Developer Help

IHillshadeFunctionArguments.ZFactor Property

The Z scale factor that converts z value to the unit of x and y.

[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
  System.Double* pZfactor
);
[C++]
HRESULT put_ZFactor(
  double pZfactor
);
[C++]
Parameters
pZfactor [out, retval]

pZfactor is a parameter of type double* pZfactor [in]
pZfactor is a parameter of type double

Product Availability

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

See Also

IHillshadeFunctionArguments Interface