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


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

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