Name | Description | |
---|---|---|
![]() | Current | Gets the current LasPoint in this LasPointCursor. |
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by LasPointCursor.
Name | Description | |
---|---|---|
![]() | Current | Gets the current LasPoint in this LasPointCursor. |
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | MoveNext | Advances to the next LasPoint in this LasPointCursor. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | MoveNextArray | Advances to the next set of LasPoint objects in this LasPointCursor. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Reset | Resets this LasPointCursor to its original state, i.e. to the beginning of the set it was created from. This method must be called on the MCT. Use QueuedTask.Run. |