Returns the LAS file specified by the index.
[Visual Basic .NET] Public Function get_File ( _ ByVal index As Integer _ ) As ILasFile
[C#] public ILasFile get_File ( int index );
[C++]
HRESULT get_File(
long index,
ILasFile** ppFile
);
[C++]Parameters
index [in] index is a parameter of type long ppFile [out, retval]ppFile is a parameter of type ILasFile
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns the LAS file referenced by the index. If the file is not found at the referenced location, an exception is thrown.