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


ILasHeaderInfo.ProjectID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.ProjectID Property

The LAS file's project ID.

[Visual Basic .NET]
Public ReadOnly Property ProjectID As UID
[C#]
public UID ProjectID {get;}
[C++]
HRESULT get_ProjectID(
  IUID** ppGuid
);
[C++]

Parameters ppGuid [out, retval]
ppGuid is a parameter of type IUID

Product Availability

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

See Also

ILasHeaderInfo Interface