This document is archived and information here might be outdated.  Recommended version.


ILasDatasetEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface
ArcGIS Developer Help

ILasDatasetEdit Interface

Provides access to members of LasDataset.

Product Availability

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

Members

Name 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 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.

Classes that implement ILasDatasetEdit

Classes Description
LasDataset Esri LasDataset component.