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


IGeometricFunctionArguments.ZOffset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGeometricFunctionArguments.ZOffset Property

The Z offset in meters applied to DEM.

[Visual Basic .NET]
Public Property ZOffset As Double
[C#]
public double ZOffset {get; set;}
[C++]
HRESULT get_ZOffset(
  System.Double* ZOffset
);
[C++]
HRESULT put_ZOffset(
  double ZOffset
);
[C++]

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

Product Availability

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

See Also

IGeometricFunctionArguments Interface