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


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

ISensorXform.ZFactor Property

The conversion factor from DEM Z unit to meters.

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

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

Product Availability

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

See Also

ISensorXform Interface