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


ILasBuilder.LasToRasterArguments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasBuilder Interface > ILasBuilder.LasToRasterArguments Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ILasBuilder Interface