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


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

IEnumLasPoint 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 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 Reset Resets the enumerator.

Classes that implement IEnumLasPoint

Classes Description
LasPointEnumerator Las Point Enumerator.