ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.FileIndex Property

The 0-based associated file index.

[Visual Basic .NET]
Public Property FileIndex As Integer
[C#]
public int FileIndex {get; set;}
[C++]
HRESULT get_FileIndex(
  long* pIndex
);
[C++]
HRESULT put_FileIndex(
  long pIndex
);
[C++]

Parameters

pIndex [out, retval]   pIndex is a parameter of type long pIndex [in]   pIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasPointInfo Interface