This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.DEM Property (ArcObjects .NET 10.5 SDK) |
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