This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members of LasDataset.
Description | ||
---|---|---|
AddFile | Adds a file to the dataset. | |
AddFolder | Adds all the files in the specified a folder, and potentially subfolders, to the dataset. | |
AddSurfaceConstraint | Adds surface constraint (e.g., breaklines) to the dataset. | |
CalculateFileStatistics | Calculate statistics of the specified file. | |
CalculateStatistics | Calculate statistics of the entire dataset. | |
RemoveFile | Removes the specified file from the dataset. | |
RemoveFileByName | Removes the specified file from the dataset. | |
RemoveSurfaceConstraint | Removes the specified surface constraint from the dataset. | |
RemoveSurfaceConstraintByID | Removes the specified surface constraint from the dataset. | |
Save | Saves the changes. | |
SetSpatialReference | Sets spatial reference. | |
UsesRelativePath | Indicates if the dataset is saved with relative path. |
CoClasses and Classes | Description |
---|---|
LasDataset | Esri LasDataset component. |