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


In This Topic
    LasPoint Class Members
    In This Topic

    The following tables list the members exposed by LasPoint.

    Public Properties
     NameDescription
    Public Property Gets the class code. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets a ArcGIS.Core.Geometry.Coordinate2D structure with the X and Y values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets a ArcGIS.Core.Geometry.Coordinate3D structure with the X, Y, and Z values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the edge of flight line flag of the point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the index of the LAS file that the point is found in. This is 0-based. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets the intensity of the point. The intensity is a represetntation of the pulse return magnitude. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets if the point is a key point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets if the point is an overlap point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets if the point is a synthetic point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets if the point is marked as withheld. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the near infrared color value of this point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the number of returns of the point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the point's record number in the LAS file. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the source ID of the point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the return number of the point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets a ArcGIS.Core.CIM.CIMRGBColor representing the red, green and blue components of the point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the scan angle of this point in degrees. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the scan angle rank of this point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the scan direction flag of this point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the scanner channel of this point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the user data associated with this point. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets a ArcGIS.Core.Geometry.MapPoint with the X, Y and Z values. The spatial reference of the returned point is set to the spatial reference of the LAS dataset. See LasDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also