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


IGlobeHeightProperties.ZFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties Interface > IGlobeHeightProperties.ZFactor Property
ArcGIS Developer Help

IGlobeHeightProperties.ZFactor Property

The z factor.

[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
  System.Double* pZFactor
);
[C++]
HRESULT put_ZFactor(
  double pZFactor
);
[C++]
Parameters
pZFactor [out, retval]

pZFactor is a parameter of type double* pZFactor [in]
pZFactor is a parameter of type double

Product Availability

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

See Also

IGlobeHeightProperties Interface