ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit Interface

Provides access to members of LasDataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddFile Adds a file to the dataset.
Method AddFolder Adds all the files in the specified a folder, and potentially subfolders, to the dataset.
Method AddSurfaceConstraint Adds surface constraint (e.g., breaklines) to the dataset.
Method CalculateFileStatistics Calculate statistics of the specified file.
Method CalculateStatistics Calculate statistics of the entire dataset.
Method CheckStatistics Check if statistics needs update.
Method RemoveFile Removes the specified file from the dataset.
Method RemoveFileByName Removes the specified file from the dataset.
Method RemoveSurfaceConstraint Removes the specified surface constraint from the dataset.
Method RemoveSurfaceConstraintByID Removes the specified surface constraint from the dataset.
Method Save Saves the changes.
Method SetSpatialReference Sets spatial reference.
Write-only property UsesRelativePath Indicates if the dataset is saved with relative path.

CoClasses that implement ILasDatasetEdit

CoClasses and Classes Description
LasDataset Esri LasDataset component.