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


ILasHeaderInfo.FileSourceID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.FileSourceID Property

The LAS file's source ID.

[Visual Basic .NET]
Public ReadOnly Property FileSourceID As Integer
[C#]
public int FileSourceID {get;}
[C++]
HRESULT get_FileSourceID(
  System.Int32* pID
);
[C++]

Parameters pID [out, retval]
pID is a parameter of type long*

Product Availability

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

See Also

ILasHeaderInfo Interface