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


ILasToRasterFunctionArguments.LasFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.LasFile Property

The input Las file.

[Visual Basic .NET]
Public Property LasFile As String
[C#]
public string LasFile {get; set;}
[C++]
HRESULT get_LasFile(
  BSTR* filename
);
[C++]
HRESULT put_LasFile(
  BSTR filename
);
[C++]

Parameters filename [out, retval] filename is a parameter of type BSTR filename [in] filename is a parameter of type BSTR

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface