This document is archived and information here might be outdated. Recommended version. |
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*