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


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

ITerrainBuilder.TerrainToRasterArguments Property

The parameters controlling terrain to raster properties built by this raster type.

[Visual Basic .NET]
Public Property TerrainToRasterArguments As ITerrainToRasterFunctionArguments
[C#]
public ITerrainToRasterFunctionArguments TerrainToRasterArguments {get; set;}
[C++]
HRESULT get_TerrainToRasterArguments(
  ITerrainToRasterFunctionArguments* ppTerrainToRasterFunctionArgs
);
[C++]
HRESULT putref_TerrainToRasterArguments(
  ITerrainToRasterFunctionArguments** ppTerrainToRasterFunctionArgs
);
[C++]
Parameters
ppTerrainToRasterFunctionArgs [in]

ppTerrainToRasterFunctionArgs is a parameter of type ITerrainToRasterFunctionArguments* ppTerrainToRasterFunctionArgs [out, retval]
ppTerrainToRasterFunctionArgs is a parameter of type ITerrainToRasterFunctionArguments**

Product Availability

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

See Also

ITerrainBuilder Interface