ArcObjects Library Reference (DataSourcesRaster)  

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

Remarks

If the DEM data used is not based on sea level, this property can be used to do the adjustment.

See Also

ISensorXform Interface