This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.File Property (ArcObjects .NET 10.5 SDK) |
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.