Provides access to members of LasPointEnumerator.
Members
| Name | Description | |
|---|---|---|
![]() |
Attribute | The LAS attribute. |
![]() |
Next | Populates an array of WKSPointZs, optional arrays of 0-based file indices and 1-based point IDs. |
![]() |
NextAttrColor | Populates arrays of WKSPointZs and colors (RGB and near infrared), and optional arrays of 0-based file indices and 1-based point IDs. |
![]() |
NextAttrDbl | Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs. |
![]() |
NextAttrLong | Populates arrays of WKSPointZs and attributes, and optional arrays of 0-based file indices and 1-based point IDs. |
![]() |
NextAttrRGB32 | Populates arrays of WKSPointZs and RGB colors, and optional arrays of 0-based file indices and 1-based point IDs. |
![]() |
NextLasInfo | Populates an array of ILasPointInfo. |
![]() |
NextLasInfoExt | Populates an array of ILasPointInfo. |
![]() |
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. |

