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


ILasHeaderInfo.SystemID 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.SystemID Property
ArcGIS Developer Help

ILasHeaderInfo.SystemID Property

The hardware system used to collect the LiDAR data in the LAS file.

[Visual Basic .NET]
Public ReadOnly Property SystemID As String
[C#]
public string SystemID {get;}
[C++]
HRESULT get_SystemID(
  System.String* pID
);
[C++]
Parameters
pID [out, retval]

pID is a parameter of type BSTR*

Product Availability

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

See Also

ILasHeaderInfo Interface