ArcObjects Library Reference (DataSourcesRaster)  

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