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


ILasDataset.File Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.File Property
ArcGIS Developer Help

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