ArcObjects Library Reference (GeoDatabaseExtensions)  

IEnumLasPoint.NextLasInfo Method

Populates an array of ILasPointInfo.

[Visual Basic .NET]
Public Sub NextLasInfo ( _
    ByVal pInfo As IArray, _
    ByRef pPointCount As Integer _
)
[C#]
public void NextLasInfo (
    IArray pInfo,
    ref int pPointCount
);
[C++]
HRESULT NextLasInfo(
  IArray* pInfo,
  long* pPointCount
);
[C++]

Parameters

pInfo

  pInfo is a parameter of type IArray

pPointCount [out]   pPointCount is a parameter of type long

Product Availability

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

See Also

IEnumLasPoint Interface