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


ISpatialReference4.ZToXYFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

ISpatialReference4.ZToXYFactor Property

Conversion factor from Z units to XY units.

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

ISpatialReference4 Interface