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


ISensorXform.ConstantZ 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.ConstantZ Property
ArcGIS Developer Help

ISensorXform.ConstantZ Property

The constant Z value in meters.

[Visual Basic .NET]
Public Property ConstantZ As Double
[C#]
public double ConstantZ {get; set;}
[C++]
HRESULT get_ConstantZ(
  System.Double* z
);
[C++]
HRESULT put_ConstantZ(
  double z
);
[C++]
Parameters
z [out, retval]

z is a parameter of type double* z [in]
z is a parameter of type double

Product Availability

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

Remarks

This property can be used to set a constant elevation across the image when DEM method is not used.

See Also

ISensorXform Interface