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


IText3DElement.ZAxisScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.ZAxisScale Property
ArcGIS Developer Help

IText3DElement.ZAxisScale Property

The adjustment factor for z axis.

[Visual Basic .NET]
Public Property ZAxisScale As Double
[C#]
public double ZAxisScale {get; set;}
[C++]
HRESULT get_ZAxisScale(
  System.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

Product Availability

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

See Also

IText3DElement Interface