ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.File Property

Returns the LAS file specified by the index.

[Visual Basic .NET]
Public ReadOnly Property SurfaceConstraintCount As Integer
[C#]
public int SurfaceConstraintCount {get;}
[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.

See Also

ILasDataset Interface