ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPointCursor Class
Properties Methods


In This Topic
    LasPointCursor Class Members
    In This Topic

    The following tables list the members exposed by LasPointCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current LasPoint in this LasPointCursor.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodAdvances to the next LasPoint in this LasPointCursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodResets 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.  
    Top
    See Also