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


IHillShadeInfo.ZScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHillShadeInfo Interface > IHillShadeInfo.ZScale Property
ArcGIS Developer Help

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