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


ITerrainToRasterFunctionArguments.Terrain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITerrainToRasterFunctionArguments Interface > ITerrainToRasterFunctionArguments.Terrain Property
ArcGIS Developer Help

ITerrainToRasterFunctionArguments.Terrain Property

The input terrain or terrain name.

[Visual Basic .NET]
Public Property Terrain As Object
[C#]
public object Terrain {get; set;}
[C++]
HRESULT get_Terrain(
  IUnknown Pointer* ppTerrain
);
[C++]
HRESULT putref_Terrain(
  LPUNKNOWN ppTerrain
);
[C++]
Parameters
ppTerrain [out, retval]

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

Product Availability

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

See Also

ITerrainToRasterFunctionArguments Interface