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


IGlobeLayerInfo.ZFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.ZFactor Property

The z factor.

[Visual Basic .NET]
Public ReadOnly Property ZFactor As Double
[C#]
public double ZFactor {get;}
[C++]
HRESULT get_ZFactor(
  double* pZFactor
);
[C++]

Parameters pZFactor [out, retval] pZFactor is a parameter of type double

Product Availability

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

See Also

IGlobeLayerInfo Interface