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


ILasHeaderInfo.PointDataFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.PointDataFormat Property

The record format for points in the LAS file.

[Visual Basic .NET]
Public ReadOnly Property PointDataFormat As Integer
[C#]
public int PointDataFormat {get;}
[C++]
HRESULT get_PointDataFormat(
  long* pFormat
);
[C++]

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

Product Availability

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

See Also

ILasHeaderInfo Interface