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


IEnumLasPoint2.NextAttrColor Method (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 > IEnumLasPoint2.NextAttrColor Method
ArcGIS Developer Help

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.

[Visual Basic .NET]
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 _
)
[C#]
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
);
[C++]
HRESULT NextAttrColor(
  long arraySize,
  System.Int32* pPointCount,
  WKSPointZ* pPoints,
  RGB32* pRGB,
  System.Int32* pNIR,
  ILongArray* pIntensity,
  ILongArray* pFileIndices,
  IDoubleArray* pPointIDs
);
[C++]
Parameters
arraySize [in]

arraySize is a parameter of type long pPointCount [out]
pPointCount is a parameter of type long* pPoints [out]
pPoints is a parameter of type WKSPointZ* pRGB [out]
pRGB is a parameter of type RGB32* pNIR [out]
pNIR is a parameter of type long* pIntensity
pIntensity is a parameter of type ILongArray* pFileIndices
pFileIndices is a parameter of type ILongArray* pPointIDs
pPointIDs is a parameter of type IDoubleArray*

Product Availability

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

See Also

IEnumLasPoint2 Interface