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


IGeodesicSlopeFunctionArguments.ZMetersPerUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeodesicSlopeFunctionArguments Interface > IGeodesicSlopeFunctionArguments.ZMetersPerUnit Property
ArcGIS Developer Help

IGeodesicSlopeFunctionArguments.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

IGeodesicSlopeFunctionArguments Interface