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


IHillShadeInfo.ZScale Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHillShadeInfo.ZScale Property

The Z factor multipled to z valuesg.

[Visual Basic .NET]
Public Property ZScale As Double
[C#]
public double ZScale {get; set;}
[C++]
HRESULT get_ZScale(
  double* pZScale
);
[C++]
HRESULT put_ZScale(
  double pZScale
);
[C++]

Parameters pZScale [out, retval] pZScale is a parameter of type double pZScale [in] pZScale is a parameter of type double

Product Availability

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

See Also

IHillShadeInfo Interface