ArcObjects Library Reference (GeoDatabaseExtensions)  

IEnumLasPoint.NextAttrDbl Method

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

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