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


IMensuration.DEM Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration.DEM Property

The DEM for the raster to be used for mensuration.

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

Parameters ppRaster [out, retval]
ppRaster is a parameter of type IRaster ppRaster [in]
ppRaster is a parameter of type IRaster

Product Availability

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

See Also

IMensuration Interface