public bool MoveNextArray( Coordinate3D[] points, int[] intensities, int[] fileIndices, double[] pointIds, out int pointCount )
Public Function MoveNextArray( _ ByVal points() As Coordinate3D, _ ByVal intensities() As Integer, _ ByVal fileIndices() As Integer, _ ByVal pointIds() As Double, _ ByRef pointCount As Integer _ ) As Boolean
Parameters
- points
- The array of ArcGIS.Core.Geometry.Coordinate3D to populate.
- intensities
- The array of LasPoint.Intensity properties to populate. If you don't want to get the intensities, pass null.
- fileIndices
- The array of LasPoint.FileIndex properties to populate. If you don't want to get the file indices, pass null.
- pointIds
- The array of LasPoint.PointID properties to populate. If you don't want to get the point IDs, pass null.
- pointCount
- The number of points retrieved.
Return Value
true if the cursor has successfully advanced to the next set; false if the cursor has passed the end of the collection.