This document is archived and information here might be outdated. Recommended version. |
The DEM for 3D mensuration.
[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 [in]
ppDEM is a parameter of type IRaster* ppDEM [out, retval]
ppDEM is a parameter of type IRaster**