This document is archived and information here might be outdated. Recommended version. |
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**
Returns the LAS file referenced by the index. If the file is not found at the referenced location, an exception is thrown.