ArcObjects Library Reference (GeoDatabaseExtensions)  

IEnumLasPoint.NextAttrRGB32 Method

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

[Visual Basic .NET]
Public Sub NextAttrRGB32 ( _
    ByVal arraySize As Integer, _
    ByRef pPointCount As Integer, _
    ByRef pPoints As WKSPointZ, _
    ByRef pAttribute As RGB32, _
    ByVal pIntensity As ILongArray, _
    ByVal pFileIndices As ILongArray, _
    ByVal pPointIDs As IDoubleArray _
)
[C#]
public void NextAttrRGB32 (
    int arraySize,
    ref int pPointCount,
    ref WKSPointZ pPoints,
    ref RGB32 pAttribute,
    ref ILongArray pIntensity,
    ref ILongArray pFileIndices,
    ref IDoubleArray pPointIDs
);
[C++]
HRESULT NextAttrRGB32(
  long arraySize,
  long* pPointCount,
  _WKSPointZ* pPoints,
  _RGB32* pAttribute,
  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

pAttribute [out]

  pAttribute is a parameter of type _RGB32

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

IEnumLasPoint Interface