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


ILasDataset.File Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.File Property

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.

See Also

ILasDataset Interface