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


In This Topic
    LasDatasetDefinition Class Methods
    In This Topic

    For a list of all members of this type, see LasDatasetDefinition members.

    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