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


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

IEnumLasPoint2.NextLasInfoExt Method

Populates an array of ILasPointInfo.

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

lasAttributes is a parameter of type long 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

IEnumLasPoint2 Interface