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


ILasBuilder.LasToRasterArguments Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasBuilder.LasToRasterArguments Property

The parameters controlling LAS files to raster properties built by this raster type.

[Visual Basic .NET]
Public Property LasToRasterArguments As ILasToRasterFunctionArguments
[C#]
public ILasToRasterFunctionArguments LasToRasterArguments {get; set;}
[C++]
HRESULT get_LasToRasterArguments(
  ILasToRasterFunctionArguments** ppLasToRasterFunctionArgs
);
[C++]
HRESULT putref_LasToRasterArguments(
  ILasToRasterFunctionArguments* ppLasToRasterFunctionArgs
);
[C++]

Parameters ppLasToRasterFunctionArgs [out, retval]
ppLasToRasterFunctionArgs is a parameter of type ILasToRasterFunctionArguments ppLasToRasterFunctionArgs [in]
ppLasToRasterFunctionArgs is a parameter of type ILasToRasterFunctionArguments

Product Availability

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

See Also

ILasBuilder Interface