This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISensorXform Interface > ISensorXform.ZOffset Property (ArcObjects .NET 10.4 SDK) |
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
If the DEM data used is not based on sea level, this property can be used to do the adjustment.