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


In This Topic
    LasDatasetDefinition Class Members
    In This Topic

    The following tables list the members exposed by LasDatasetDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of the LAS dataset. Returns ArcGIS.Core.Data.DatasetType.LasDataset.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method Gets if the LAS dataset has statistics and they are up to date. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that is contained by the LasDataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of files in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Definition)
    Public Method Gets the number of points in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Geometry.SpatialReference for the LasDataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of surface constraints in this LAS dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the LAS dataset has statistics. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the datasources in the LAS dataset are stored with relative path. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also