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


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

ILasFile.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(
  System.Int32* pFormat
);
[C++]
Parameters
pFormat [out, retval]

pFormat is a parameter of type long*

Product Availability

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

Description

The point record format used in the las file, as based on the LAS specification.

See Also

ILasFile Interface