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


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

ISensorXform.DEM Property

The Digital Elevation Model (DEM).

[Visual Basic .NET]
Public Property DEM As IRaster
[C#]
public IRaster DEM {get; set;}
[C++]
HRESULT get_DEM(
  IRaster** ppDEM
);
[C++]
HRESULT putref_DEM(
  IRaster* ppDEM
);
[C++]
Parameters
ppDEM [out, retval]

ppDEM is a parameter of type IRaster** ppDEM [in]
ppDEM is a parameter of type IRaster*

Product Availability

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

See Also

ISensorXform Interface