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


ISAIFunctionArguments.DEM Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISAIFunctionArguments Interface > ISAIFunctionArguments.DEM Property
ArcGIS Developer Help

ISAIFunctionArguments.DEM Property

The input elevation model.

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

ppDEM is a parameter of type IUnknown* ppDEM [in]
ppDEM is a parameter of type IUnknown

Product Availability

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

See Also

ISAIFunctionArguments Interface