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


ISensorXform.ZOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISensorXform Interface > ISensorXform.ZOffset Property
ArcGIS Developer Help

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

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