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


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

ILasToRasterFunctionArguments.LasFolder Property

The input Las folder.

[Visual Basic .NET]
Public Property LasFolder As String
[C#]
public string LasFolder {get; set;}
[C++]
HRESULT get_LasFolder(
  System.String* foldername
);
[C++]
HRESULT put_LasFolder(
  BSTR foldername
);
[C++]
Parameters
foldername [out, retval]

foldername is a parameter of type BSTR* foldername [in]
foldername is a parameter of type BSTR

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface