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


ILasPointInfo Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo Interface

Provides access to LAS point information.

Product Availability

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

Members

Description
Read-only property AttributeValue The LAS attribute.
Read/write property ClassCode The class code.
Read/write property EdgeOfFlightLine The edge of flight line.
Read/write property FileIndex The 0-based associated file index.
Method GetColor The red color component.
Read/write property GpsTime The GPS time.
Read/write property Intensity The intensity.
Read/write property IsKeyPoint Indicates if the point is a key point.
Read/write property IsSyntheticPoint Indicates if the point is a synthetic point.
Read/write property IsWithheld Indicates if the point is marked withheld.
Read/write property Location The point's location.
Read/write property NumberOfReturns The number of returns.
Read/write property PointID The 1-based point's record number.
Read/write property PointSourceID The point source ID.
Method QueryLocation The point's location.
Read/write property ReturnNumber The return number.
Read/write property ScanAngleRank The scan angle rank.
Read/write property ScanDirectionFlag The scan direction flag.
Method SetColor The red color component.
Read/write property SpatialReference The spatial reference of the point's location.
Read/write property UserData The user data.
Read/write property WksLocation The point's location.

CoClasses that implement ILasPointInfo

CoClasses and Classes Description
LasPointInfo Esri LAS point info object.