This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumLasPoint2 Interface > IEnumLasPoint2.NextAttrColor Method (ArcObjects .NET 10.4 SDK) |
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,
long* pPointCount,
_WKSPointZ* pPoints,
_RGB32* pRGB,
long* 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