This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IEnumLasPoint Interface > IEnumLasPoint.NextLasInfo Method (ArcObjects .NET 10.4 SDK) |
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
Populates an array of ILasPointInfo.
pInfo is an array of ILasPointInfo. It must be pre-allocated to the desired size.