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


IGeodesicAspectFunctionArguments.ZMetersPerUnit Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IGeodesicAspectFunctionArguments.ZMetersPerUnit Property

The z factor.

[Visual Basic .NET]
Public Property ZMetersPerUnit As Double
[C#]
public double ZMetersPerUnit {get; set;}
[C++]
HRESULT get_ZMetersPerUnit(
  System.Double* zFactor
);
[C++]
HRESULT put_ZMetersPerUnit(
  double zFactor
);
[C++]

Parameters zFactor [out, retval]
zFactor is a parameter of type double* zFactor [in]
zFactor is a parameter of type double

Product Availability

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

See Also

IGeodesicAspectFunctionArguments Interface