This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.ZAxisScale Property (ArcObjects .NET 10.5 SDK) |
The adjustment factor for z axis.
[Visual Basic .NET] Public Property ZAxisScale As Double
[C#] public double ZAxisScale {get; set;}
[C++]
HRESULT get_ZAxisScale(
double* pZScale
);
[C++]
HRESULT put_ZAxisScale(
double pZScale
);
[C++]
Parameters pZScale [out, retval] pZScale is a parameter of type double pZScale [in] pZScale is a parameter of type double