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


ISpatialReference4.ZToXYFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference4 Interface > ISpatialReference4.ZToXYFactor Property
ArcGIS Developer Help

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(
  System.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