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


IEnumLasPoint2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumLasPoint2 Interface
ArcGIS Developer Help

IEnumLasPoint2 Interface

Provides access to members of LasPointEnumerator.

Product Availability

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

Members

Name Description
Read/write property Attribute The LAS attribute.
Method Next Populates an array of WKSPointZs, optional arrays of 0-based file indices and 1-based point IDs.
Method NextAttrColor Populates arrays of WKSPointZs and colors (RGB and near infrared), and optional arrays of 0-based file indices and 1-based point IDs.
Method NextAttrDbl Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs.
Method NextAttrLong Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs.
Method NextAttrRGB32 Populates arrays of WKSPointZs and RGB colors, and optional arrays of 0-based file indices and 1-based point IDs.
Method NextLasInfo Populates an array of ILasPointInfo.
Method NextLasInfoExt Populates an array of ILasPointInfo.
Method Reset Resets the enumerator.

Inherited Interfaces

Interfaces Description
IEnumLasPoint Provides access to members of LasPointEnumerator.

Classes that implement IEnumLasPoint2

Classes Description
LasPointEnumerator Las Point Enumerator.