Skip to content

IEnumLasPoint2 Interface

Provides access to members of LasPointEnumerator.

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.

IEnumLasPoint2.NextAttrColor Method

Populates arrays of WKSPointZs and colors (RGB and near infrared), and optional arrays of 0-based file indices and 1-based point IDs.

Public Sub NextAttrColor ( _
    ByVal arraySize As Integer, _
    ByRef pPointCount As Integer, _
    ByRef pPoints As WKSPointZ, _
    ByRef pRGB As RGB32, _
    ByRef pNIR As Integer, _
    ByVal pIntensity As ILongArray, _
    ByVal pFileIndices As ILongArray, _
    ByVal pPointIDs As IDoubleArray _
)
public void NextAttrColor (
    int arraySize,
    ref int pPointCount,
    ref WKSPointZ pPoints,
    ref RGB32 pRGB,
    ref int pNIR,
    ref ILongArray pIntensity,
    ref ILongArray pFileIndices,
    ref IDoubleArray pPointIDs
);

IEnumLasPoint2.NextLasInfoExt Method

Populates an array of ILasPointInfo.

Public Sub NextLasInfoExt ( _
    ByVal lasAttributes As Integer, _
    ByVal pInfo As IArray, _
    ByRef pPointCount As Integer _
)
public void NextLasInfoExt (
    int lasAttributes,
    IArray pInfo,
    ref int pPointCount
);

Inherited Interfaces

Interfaces Description
IEnumLasPoint Provides access to members of LasPointEnumerator.

Classes that implement IEnumLasPoint2

Classes Description
LasPointEnumerator Las Point Enumerator.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.