This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHillShadeInfo Interface > IHillShadeInfo.ZScale Property (ArcObjects .NET 10.4 SDK) |
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