ArcObjects Library Reference (Carto)  

IImageServerInit3.DEM Property

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 [out, retval]

  ppDEM is a parameter of type IRaster

ppDEM [in]

  ppDEM is a parameter of type IRaster

Product Availability

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

See Also

IImageServerInit3 Interface