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