ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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