This document is archived and information here might be outdated.  Recommended version.


IGeometricFunctionArguments.DEM Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGeometricFunctionArguments.DEM Property

The Digital Elevation Model (DEM) for orthorectification.

[Visual Basic .NET]
Public Property DEM As Object
[C#]
public object DEM {get; set;}
[C++]
HRESULT get_DEM(
  LPUNKNOWN* ppDEM
);
[C++]
HRESULT putref_DEM(
  LPUNKNOWN ppDEM
);
[C++]

Parameters ppDEM [out, retval] ppDEM is a parameter of type LPUNKNOWN ppDEM [in] ppDEM is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGeometricFunctionArguments Interface